3 string votecalledvote_display;
4 float votecalledmaster;
12 float vote_abstaincount;
13 float vote_needed_absolute;
14 float vote_needed_simple;
16 float VoteCheckNasty(string cmd);
17 entity GetKickVoteVictim(string vote, string cmd, entity caller);
18 float GameCommand_Vote(string s, entity e);
19 void VoteHelp(entity e);
20 string VoteNetname(entity e);
21 string ValidateMap(string m, entity e);
23 string VoteParse(string s, float tokens);
24 float VoteAllowed(string vote, string cmd);
29 void VoteStop(entity stopper);
30 void VoteSpam(float notvoters, float mincount, string result);