updated module info

This commit is contained in:
Felix Geyer 2004-08-18 17:13:08 +00:00
parent 0899098cd8
commit ada99a3067
4 changed files with 6 additions and 6 deletions

View File

@ -4,10 +4,10 @@
#define __MODULECONFIG_H__
// Module info
#define MODULE_NAME "Cstrike"
#define MODULE_NAME "Counter-Strike"
#define MODULE_VERSION "0.20"
#define MODULE_AUTHOR "AMX Mod X Dev Team"
#define MODULE_URL "www.amxmodx.org"
#define MODULE_URL "http://www.amxmodx.org"
#define MODULE_LOGTAG "CSTRIKE"
// If you want the module not to be reloaded on mapchange, remove / comment out the next line
#define MODULE_RELOAD_ON_MAPCHANGE

View File

@ -4,10 +4,10 @@
#define __MODULECONFIG_H__
// Module info
#define MODULE_NAME "ENGINE"
#define MODULE_NAME "Engine"
#define MODULE_VERSION "0.20"
#define MODULE_AUTHOR "AMX Mod X Dev Team"
#define MODULE_URL "www.amxmodx.org"
#define MODULE_URL "http://www.amxmodx.org"
#define MODULE_LOGTAG "ENGINE"
// If you want the module not to be reloaded on mapchange, remove / comment out the next line
#define MODULE_RELOAD_ON_MAPCHANGE

View File

@ -7,7 +7,7 @@
#define MODULE_NAME "FakeMeta"
#define MODULE_VERSION "0.20"
#define MODULE_AUTHOR "AMX Mod X Dev Team"
#define MODULE_URL "http://www.amxmodx.org/"
#define MODULE_URL "http://www.amxmodx.org"
#define MODULE_LOGTAG "FAKEMETA"
// If you want the module not to be reloaded on mapchange, remove / comment out the next line
#define MODULE_RELOAD_ON_MAPCHANGE

View File

@ -7,7 +7,7 @@
#define MODULE_NAME "Fun"
#define MODULE_VERSION "0.20"
#define MODULE_AUTHOR "AMX Mod X Dev Team"
#define MODULE_URL "www.amxmodx.org"
#define MODULE_URL "http://www.amxmodx.org"
#define MODULE_LOGTAG "FUN"
// If you want the module not to be reloaded on mapchange, remove / comment out the next line
#define MODULE_RELOAD_ON_MAPCHANGE