• I need help with Prop hunt Gamemode vote
    2 replies, posted
The prop hunt server I am on is having troubles with there gamemode voting system, when no one is on the sever and the gamemode vote comes up if nothing is voted for it crashes and the server gets frozen on the last map just hovering around in spectate, is there a code to make prop hunt be selected without a vote? and also just to make sure a random Map vote code if nothing wins?
Well you could run a check to see if anyone is online, and if they aren't, then to stop or override the map voting system. Or an easier way would just be to run a player check on the map voting system so in the original code right before the map vote starts run a Player.GetAll() and see if there's >= 1 I'm assuming, and if not, then don't allow the map vote to go forward
[QUOTE=Chimpanzee;45826369]Well you could run a check to see if anyone is online, and if they aren't, then to stop or override the map voting system. Or an easier way would just be to run a player check on the map voting system so in the original code right before the map vote starts run a Player.GetAll() and see if there's >= 1 I'm assuming, and if not, then don't allow the map vote to go forward[/QUOTE] thank you
Sorry, you need to Log In to post a reply to this thread.