]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/vote.qh
possibly fix hurttrigger message2, someone try it
[divverent/nexuiz.git] / data / qcsrc / server / vote.qh
1 float votecalled;
2 string votecalledvote;
3 string votecalledvote_display;
4 float votecalledmaster;
5 entity votecaller;
6 float votefinished;
7 .float vote_master;
8 .float vote_next;
9 .float vote_vote;
10
11 string GetKickVoteVictim_newcommand;
12 string GetKickVoteVictim_reason;
13
14 float VoteCheckNasty(string cmd);
15 entity GetKickVoteVictim(string vote, string cmd, entity caller);
16 float GameCommand_Vote(string s, entity e);
17 void VoteHelp(entity e);
18 string VoteNetname(entity e);
19 string ValidateMap(string m, entity e);
20 void VoteThink();
21 string VoteParse(string s, float tokens);
22 float VoteAllowed(string vote, string cmd);
23 void VoteReset();
24 void VoteAccept();
25 void VoteReject();
26 void VoteTimeout();
27 void VoteStop(entity stopper);
28 void VoteSpam(float yescount, float nocount, float abstaincount, float notvoters, float mincount, string result);
29 void VoteCount();