2 string votecalledvote;
\r
3 string votecalledvote_display;
\r
4 float votecalledmaster;
\r
11 float VoteCheckNasty(string cmd);
\r
12 entity GetKickVoteVictim(string vote, string cmd, entity caller);
\r
13 float GameCommand_Vote(string s, entity e);
\r
14 void VoteHelp(entity e);
\r
15 string VoteNetname(entity e);
\r
16 string ValidateMap(string m, entity e);
\r
18 string VoteParse(string s, float tokens);
\r
19 float VoteAllowed(string vote, string cmd);
\r
24 void VoteStop(entity stopper);
\r
25 void VoteSpam(float yescount, float nocount, float abstaincount, float notvoters, float mincount, string result);
\r