Closed mitchellurgero closed 2 years ago
Try to set the dvar sv_maprotation to only one map like "exec zm_standard_town.cfg map zm_transit". If the map restart during the vote it mean you have in anther script something that auto restart the map when the game end. Look at your script ande remove it.
(Yo thanks for catching the rcon password :3 )
For those having a similar issue in the future, the "zombies_simple_mod" gsc script has a map_reset call in the server_fix() function that does NOT need to be there when using mapvote. Simply comment that out, re-compile, and re-load the zombies_simple_mod.gsc to fix this bug.
I am certain I have this setup right, but if I don't I have the below config:
Am I configuring something wrong?
What I expect is that the vote screen stays up for 15 seconds, but it disappears after about 5 ish seconds and just restarts the current map?
Edit: I'd like to point out, I did get this working in MP (great plugin!!) Just need help with this.