use AMXX_VERSION_STR

This commit is contained in:
Felix Geyer
2004-07-30 23:39:39 +00:00
parent ac910f9e56
commit 4fccdd676b
24 changed files with 30 additions and 42 deletions

View File

@ -41,7 +41,7 @@ new g_timeInfo1[] = "Time Left: %d:%02d min. Next Map: %s"
new g_timeInfo2[] = "No Time Limit. Next Map: %s"
public plugin_init() {
register_plugin("Admin Help","0.20","AMXX Dev Team")
register_plugin("Admin Help",AMXX_VERSION_STR,"AMXX Dev Team")
register_concmd("amx_help","cmdHelp",0,"<page> [nr of cmds (only for server)] - displays this help")
}