Updated version numbers.
Fixed Condition-Zero support. Replaced Stats with StatsX.
This commit is contained in:
@ -45,11 +45,11 @@ new g_cstrikeRunning
|
||||
|
||||
public plugin_init()
|
||||
{
|
||||
register_plugin("Teleport Menu","0.16","AMXX Dev Team")
|
||||
register_plugin("Teleport Menu","0.20","AMXX Dev Team")
|
||||
register_clcmd("amx_teleportmenu","cmdTelMenu",ADMIN_CFG,"- displays teleport menu")
|
||||
register_menucmd(register_menuid("Teleport Menu"),1023,"actionTelMenu")
|
||||
|
||||
g_cstrikeRunning = is_running("cstrike")
|
||||
g_cstrikeRunning = (is_running("cstrike") || is_running("czero"))
|
||||
}
|
||||
|
||||
public actionTelMenu(id,key)
|
||||
|
Reference in New Issue
Block a user