0 Members and 1 Guest are viewing this topic.
procedure UpdateVotes;var i: Integer;begin Count := 0; for i := 1 to 32 do if Voted[i] then inc(Count, 1); if (100*Count)/(NumPlayers - NumBots) >= WIN_PERCENT then begin for i := 1 to 32 do Voted[i] := false; Voting := false; WriteConsole(0,'Vote Passed: '+VoteString,COLOR); Command(VoteString); end;end;
/newvote /shutdown*bye bye server