03-04-2015/03:16 PM
The issue is there is no proper way to do this.
You cannot find the round number using sourcemod and you cant have a round draw and count it as a round at the same time.
There are 2 ways to overcome this:
1. Set a time limit, ie after 20 minutes on the same map, a vote will appear (of course players can pick "Don't change").
2. Make a custom plugin that counts to 15 rounds (including round draw) and show a vote after 15 total rounds. This one is a bit misleading as you won't know when map will be changed.
I think best option is the 1st one. We need a max time limit for each map before a vote shows up. How long does an average map take to reach 15 rounds (ie on ski_2_GO?).
Right now the time limit is set to infinity.
You cannot find the round number using sourcemod and you cant have a round draw and count it as a round at the same time.
There are 2 ways to overcome this:
1. Set a time limit, ie after 20 minutes on the same map, a vote will appear (of course players can pick "Don't change").
2. Make a custom plugin that counts to 15 rounds (including round draw) and show a vote after 15 total rounds. This one is a bit misleading as you won't know when map will be changed.
I think best option is the 1st one. We need a max time limit for each map before a vote shows up. How long does an average map take to reach 15 rounds (ie on ski_2_GO?).
Right now the time limit is set to infinity.