RTV Menu title translation bug fixed
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401506
This commit is contained in:
parent
75074ffcee
commit
222acb80ee
@ -338,7 +338,7 @@ public Action:Timer_StartRTV(Handle:timer)
|
||||
PrintToChatAll("[SM] %t", "RTV Vote Ready");
|
||||
|
||||
new Handle:MapVoteMenu = CreateMenu(Handler_MapMapVoteMenu, MenuAction:MENU_ACTIONS_ALL);
|
||||
SetMenuTitle(MapVoteMenu, "%t", "Rock The Vote");
|
||||
SetMenuTitle(MapVoteMenu, "Rock The Vote");
|
||||
|
||||
new limit = (GetArraySize(g_RTVMapList) < GetConVarInt(g_Cvar_Maps) ? GetArraySize(g_RTVMapList) : GetConVarInt(g_Cvar_Maps));
|
||||
for (new i = 0; i < limit; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user