Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaroq7 committed Aug 20, 2017
1 parent 50af66e commit 75c860d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions amxmodx/scripting/ctw.sma
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* AMX Mod X plugin
*
* Cut the wire, v1.0.0
* Cut the wire, v1.0.2
*
* (c) Copyright 2014-2017 - Amaroq
* This file is provided as is (no warranties).
Expand All @@ -27,6 +27,7 @@
* VEN - CS Bomb Script Tutorial
*
* Changelog:
* 1.0.2 - Fix ReAPI support
* 1.0.1 - Fix displaying title for menu
* 1.0.0 - ReAPI support
* 0.0.3 - fixed some bugs
Expand Down Expand Up @@ -75,9 +76,9 @@ new g_ePlayerResetMenu;

public plugin_init()
{
register_plugin("Cut the wire", "1.0.0", "Amaroq");
register_plugin("Cut the wire", "1.0.2", "Amaroq");

create_cvar("ctw_version", "1.0.0", FCVAR_SERVER, "CTW version");
create_cvar("ctw_version", "1.0.2", FCVAR_SERVER, "CTW version");

#if !defined REAPI_SUPPORT
g_iBarTimeMsg = get_user_msgid("BarTime");
Expand Down

0 comments on commit 75c860d

Please sign in to comment.