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