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

@ -431,7 +431,7 @@ AMX_NATIVE_INFO base_Natives[] = {
{"tfc_setpddata", TFC_SetPDdata },
{"register_forward",register_forward },
{"register_statsfwd",register_forward },
//******************* 19 :)
{NULL, NULL}
};

View File

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