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

@ -219,7 +219,7 @@ AMX_NATIVE_INFO base_Natives[] = {
{ "dod_user_kill", user_kill },
{ "dod_get_pronestate", get_user_pronestate },
{"register_forward",register_forward },
{"register_statsfwd",register_forward },
///*******************
{ NULL, NULL }

View File

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