updated module info

This commit is contained in:
Felix Geyer 2004-08-19 16:03:53 +00:00
parent e648b19651
commit ef0fb41bfd
4 changed files with 12 additions and 12 deletions

View File

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

View File

@ -4,10 +4,10 @@
#define __MODULECONFIG_H__ #define __MODULECONFIG_H__
// Module info // Module info
#define MODULE_NAME "DoDX" #define MODULE_NAME "Day of Defeat X"
#define MODULE_VERSION "0.20" #define MODULE_VERSION "0.20"
#define MODULE_AUTHOR "SidLuke" #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 "DODX" #define MODULE_LOGTAG "DODX"
// If you want the module not to be reloaded on mapchange, remove / comment out the next line // If you want the module not to be reloaded on mapchange, remove / comment out the next line
#define MODULE_RELOAD_ON_MAPCHANGE #define MODULE_RELOAD_ON_MAPCHANGE

View File

@ -4,10 +4,10 @@
#define __MODULECONFIG_H__ #define __MODULECONFIG_H__
// Module info // Module info
#define MODULE_NAME "TFCX" #define MODULE_NAME "Team Fortress Classic X"
#define MODULE_VERSION "0.20" #define MODULE_VERSION "0.20"
#define MODULE_AUTHOR "AMXx Dev Team" #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 "TFCX" #define MODULE_LOGTAG "TFCX"
// If you want the module not to be reloaded on mapchange, remove / comment out the next line // If you want the module not to be reloaded on mapchange, remove / comment out the next line
#define MODULE_RELOAD_ON_MAPCHANGE #define MODULE_RELOAD_ON_MAPCHANGE

View File

@ -4,10 +4,10 @@
#define __MODULECONFIG_H__ #define __MODULECONFIG_H__
// Module info // Module info
#define MODULE_NAME "TSX" #define MODULE_NAME "The Specialists X"
#define MODULE_VERSION "0.2" #define MODULE_VERSION "0.2"
#define MODULE_AUTHOR "AMXx Dev Team" #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 "TSX" #define MODULE_LOGTAG "TSX"
// If you want the module not to be reloaded on mapchange, remove / comment out the next line // If you want the module not to be reloaded on mapchange, remove / comment out the next line
#define MODULE_RELOAD_ON_MAPCHANGE #define MODULE_RELOAD_ON_MAPCHANGE