Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
No we can only tell you how to make a Vote map system in general
You need an player array (or you use pvars since it is rarely used)
But why do we need a player array and not an array with the vote options ?
Because without the player could double|triple|... vote
Than you set the voted value (the mapid) in the array|pvar (in a command or wherever you want)
At the end you only need to loop through the array|pvar and check which mapid got the most votes, done
Posts: 278
Threads: 56
Joined: Sep 2010
Reputation:
0
But the vote map, gan to like this
New Map Vote
1. Your map name
2. Your map name
3. Your map name
4. Your map name
5. Your map name
And then the player choos what map he want
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
So you made a dialog ? Than the player can only vote once if they cant call the dialog by themself
For that you only need an array with the vote options and increase the value if it gets voted