Port remaining .sp files.
This commit is contained in:
@@ -52,7 +52,7 @@ DisplayVoteAllTalkMenu(client)
|
||||
|
||||
g_hVoteMenu = CreateMenu(Handler_VoteCallback, MenuAction:MENU_ACTIONS_ALL);
|
||||
|
||||
if (GetConVarBool(g_Cvar_Alltalk))
|
||||
if (g_Cvar_Alltalk.BoolValue)
|
||||
{
|
||||
SetMenuTitle(g_hVoteMenu, "Votealltalk Off");
|
||||
}
|
||||
@@ -101,4 +101,4 @@ public Action:Command_VoteAlltalk(client, args)
|
||||
DisplayVoteAllTalkMenu(client);
|
||||
|
||||
return Plugin_Handled;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ DisplayVoteFFMenu(client)
|
||||
|
||||
g_hVoteMenu = CreateMenu(Handler_VoteCallback, MenuAction:MENU_ACTIONS_ALL);
|
||||
|
||||
if (GetConVarBool(g_Cvar_FF))
|
||||
if (g_Cvar_FF.BoolValue)
|
||||
{
|
||||
SetMenuTitle(g_hVoteMenu, "Voteff Off");
|
||||
}
|
||||
@@ -100,4 +100,4 @@ public Action:Command_VoteFF(client, args)
|
||||
DisplayVoteFFMenu(client);
|
||||
|
||||
return Plugin_Handled;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user