register_statsfwd

This commit is contained in:
Lukasz Wlasinksi
2004-07-23 23:18:50 +00:00
parent 2a57fa02ca
commit afce6de801
15 changed files with 135 additions and 27 deletions

View File

@ -381,7 +381,7 @@ AMX_NATIVE_INFO base_Natives[] = {
{ "ts_setpddata",ts_setup },
{ "register_forward",register_forward },
{ "register_statsfwd",register_forward },
//"*******************"
{ NULL, NULL }

View File

@ -5,9 +5,9 @@
// Module info
#define MODULE_NAME "TSX"
#define MODULE_VERSION "0.1"
#define MODULE_AUTHOR "SidLuke"
#define MODULE_URL "www.amxmodx.org"
#define MODULE_VERSION "0.2"
#define MODULE_AUTHOR "AMXx Dev Team"
#define MODULE_URL "http://www.amxmodx.org/"
#define MODULE_LOGTAG "TSX"
// If you want the module not to be reloaded on mapchange, remove / comment out the next line
#define MODULE_RELOAD_ON_MAPCHANGE