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

@ -50,7 +50,7 @@ new bool:g_selected = false
public plugin_init()
{
register_plugin("Nextmap Chooser","0.20","AMXX Dev Team")
register_plugin("Nextmap Chooser",AMXX_VERSION_STR,"AMXX Dev Team")
register_menucmd(register_menuid("AMX Choose nextmap:"),(-1^(-1<<(SELECTMAPS+2))),"countVote")
register_cvar("amx_extendmap_max","90")
register_cvar("amx_extendmap_step","15")