fixed plugin location comments on stat plugins

replaced 0.20 with AMXX_VERSION_STR
removed all require_modules
This commit is contained in:
Borja Ferrer
2005-09-10 20:51:49 +00:00
parent 76760b221d
commit f0c5e44985
15 changed files with 6 additions and 49 deletions

View File

@ -49,7 +49,7 @@ new g_numMaps, g_numPlayers, g_nextPos
new bool:g_mapChanging, bool:g_changeMapDelay
public plugin_init() {
register_plugin("NextMap","0.20","AMXX Dev Team")
register_plugin("NextMap",AMXX_VERSION_STR,"AMXX Dev Team")
register_cvar("amx_nextmap","",FCVAR_SERVER|FCVAR_EXTDLL|FCVAR_SPONLY)
register_cvar("amx_mapnum_ignore", "0")
register_event("TextMsg", "voteMap", "a", "1=3", "2&executed votemap")