//****************************************************************************** // _____ _ _ __ // | _ | | | | | / _| // | | | |_ __ ___ _ __ | | | | __ _ _ __| |_ __ _ _ __ ___ // | | | | '_ \ / _ \ '_ \| |/\| |/ _` | '__| _/ _` | '__/ _ \ // \ \_/ / |_) | __/ | | \ /\ / (_| | | | || (_| | | | __/ // \___/| .__/ \___|_| |_|\/ \/ \__,_|_| |_| \__,_|_| \___| // | | We don't make the game you play. // |_| We make the game you play BETTER. // // Website: http://openwarfaremod.com/ //****************************************************************************** // VOTING OPTIONS // ALL VARIABLES WORK IN RANKED AND UNRANKED MODES //****************************************************************************** // PLEASE REMEMBER TO UNCOMMENT THE LINES BY REMOVING THE DOUBLE SLASHES (//) // WHEN CHANGING A VALUE. PLEASE DO NOT UNCOMMENT LINES SET TO DEFAULT VALUES. //****************************************************************************** // Clan tags (separated by a space) that will be allowed to vote when the variables found below are set to 2) // set scr_allowvote_clan_tags "" //****************************************************************************** // VARIABLES TO CONTROL VOTING //****************************************************************************** // Master variable to control voting. This variable has precedence over all the other ones. // 0 = Disabled, 1 = Enabled (default), 2 = Enabled (only clan) set scr_allowvote "0" // Ability to vote for a map restart. // 0 = Disabled, 1 = Enabled (default), 2 = Enabled (only clan) set scr_allowvote_restartmap "0" // Ability to vote for the server to rotate to the next map in the rotation. // 0 = Disabled, 1 = Enabled (default), 2 = Enabled (only clan) set scr_allowvote_nextmap "0" // Ability to vote to change the map but still keep the current gametype. // 0 = Disabled, 1 = Enabled (default), 2 = Enabled (only clan) set scr_allowvote_changemap "0" // Ability to vote to change the map and/or the gametype. // 0 = Disabled, 1 = Enabled (default), 2 = Enabled (only clan) set scr_allowvote_changegametype "0" // Ability to vote to kick a player from the server. // 0 = Disabled, 1 = Enabled (default), 2 = Enabled (only clan) set scr_allowvote_kickplayer "0"