From 75c860d36ccf95abe7680f2a611c92673495a824 Mon Sep 17 00:00:00 2001 From: Karol Szuster Date: Sun, 20 Aug 2017 03:33:08 +0200 Subject: [PATCH] Release 1.0.2 --- amxmodx/scripting/ctw.sma | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/amxmodx/scripting/ctw.sma b/amxmodx/scripting/ctw.sma index 29aecdf..d0a6002 100644 --- a/amxmodx/scripting/ctw.sma +++ b/amxmodx/scripting/ctw.sma @@ -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). @@ -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 @@ -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");