removed AMX_VERSION_STR

This commit is contained in:
Felix Geyer
2004-02-21 20:58:35 +00:00
parent c1aa8b21d9
commit 3ba4ece791
27 changed files with 26 additions and 27 deletions

View File

@ -45,7 +45,7 @@ new g_cstrikeRunning
public plugin_init()
{
register_plugin("Teleport Menu",AMX_VERSION_STR,"AMXX Dev Team")
register_plugin("Teleport Menu","0.1","AMXX Dev Team")
register_clcmd("amx_teleportmenu","cmdTelMenu",ADMIN_CFG,"- displays teleport menu")
register_menucmd(register_menuid("Teleport Menu"),1023,"actionTelMenu")
get_logfile(g_logFile,15)