fixed compiler errors
This commit is contained in:
parent
123262235e
commit
166bbc1101
@ -57,7 +57,7 @@ public plugin_init()
|
||||
register_cvar("amx_extendmap_max","90")
|
||||
register_cvar("amx_extendmap_step","15")
|
||||
|
||||
if ( ( g_coloredMenus = colored_menus()
|
||||
if ( g_coloredMenus = colored_menus() )
|
||||
register_event("TeamScore", "team_score", "a")
|
||||
|
||||
get_localinfo("lastMap",g_lastMap,31)
|
||||
|
Loading…
Reference in New Issue
Block a user