Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaroq7 committed Aug 17, 2017
1 parent e94a048 commit c63aa6d
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, v0.0.4-dev
* Cut the wire, v1.0.0
*
* (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.0 - ReAPI support
* 0.0.3 - fixed some bugs
* 0.0.2 - merged with amxx 1.8.3
* 0.0.1 - initial release
Expand Down Expand Up @@ -73,9 +74,9 @@ new g_ePlayerResetMenu;

public plugin_init()
{
register_plugin("Cut the wire", "0.0.4-dev", "Amaroq");
register_plugin("Cut the wire", "1.0.0", "Amaroq");

create_cvar("ctw_version", "0.0.4-dev", FCVAR_SERVER, "CTW version");
create_cvar("ctw_version", "1.0.0", FCVAR_SERVER, "CTW version");

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

0 comments on commit c63aa6d

Please sign in to comment.