Voting problem
#5

I don't think he is asking for commands, but for a + 1 / - 1 system.

You can easily create this by adding a global variable for a vote. i.e
pawn Код:
new Map1 = 0;
Then when someone does /vote 1 (vote for map 1), you can do Map1++; which will add a vote to the array.

Then set a timer maybe 25 seconds going down, and when the timer is done, check for the highest value in an array, and change the mode to that.
Reply


Messages In This Thread
Voting problem - by Hijolion - 01.10.2010, 00:26
Re: Voting problem - by Kitten - 01.10.2010, 01:16
Re: Voting problem - by Hijolion - 01.10.2010, 02:07
Re: Voting problem - by Kitten - 01.10.2010, 03:47
Re: Voting problem - by Toni - 01.10.2010, 04:05
Re: Voting problem - by Hijolion - 02.10.2010, 17:06
Re: Voting problem - by samgreen - 02.10.2010, 17:15
Re: Voting problem - by Hijolion - 02.10.2010, 23:54
Re: Voting problem - by Hijolion - 03.10.2010, 17:22
Re: Voting problem - by Conroy - 03.10.2010, 17:32

Forum Jump:


Users browsing this thread: 1 Guest(s)