12.03.2012, 07:40
I'm making a dialog map voting system.
I have currently got the dialog to show up and players can vote on a map.
How do i get the voting to finish after everyone has voted?
And
How do i check what map has the most votes at the end?
I have currently got the dialog to show up and players can vote on a map.
pawn Код:
if(listitem == 0) {
map1 ++;
}
if(listitem == 1) {
map2 ++;
}
And
How do i check what map has the most votes at the end?