mwhiterabbit

server voting things

May 8th, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. sv_vote_allow "0" //keeps people from voting
  2. sv_vote_allow_spectators 0 //Allow spectators to vote?
  3. sv_vote_failure_timer 0 //A vote that fails cannot be re-submitted for this long
  4. sv_vote_issue_changelevel_allowed 0 //Can people hold votes to change levels?
  5. sv_vote_issue_kick_allowed 0 //Can people hold votes to kick players from the server?
  6. sv_vote_issue_nextlevel_allowed 0 //Can people hold votes to set the next level?
  7. sv_vote_issue_nextlevel_allowextend 0 //Allow players to extend the current map?
  8. sv_vote_issue_nextlevel_choicesmode 0 //Present players with a list of lowest playtime maps to choose from?
  9. sv_vote_issue_nextlevel_prevent_change 0 //Not allowed to vote for a nextlevel if one has already been set.
  10. sv_vote_issue_restart_game_allowed 0 //Can people hold votes to restart the game?
  11. sv_vote_issue_scramble_teams_allowed 0 //Can people hold votes to scramble the teams?
  12. sv_vote_kick_ban_duration 0 //How long should a kick vote ban someone from the server? (in minutes)
Advertisement
Add Comment
Please, Sign In to add comment