Port remaining .sp files.

This commit is contained in:
David Anderson
2014-11-09 16:52:06 -08:00
parent 110440988d
commit 4a66b67d81
7 changed files with 117 additions and 116 deletions
+2 -2
View File
@@ -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;
}
}
+2 -2
View File
@@ -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;
}
}