useless1 0 Posted October 17, 2009 Share Posted October 17, 2009 Is it possible to remove the Play Again option from the VoteMap? If so, how? Because it gets really annoying when a map is played at least 4-5 times in a row. Link to post
subenji99 2 Posted October 17, 2009 Share Posted October 17, 2009 Which gamemode? If you're referring to race, look in the racevoting_server.lua file. Link to post
Salem 1 Posted October 17, 2009 Share Posted October 17, 2009 Yes indeed. J just did it. Simply find lines: if currentMap then table.insert(poll, {"Play again", 'nextMapVoteResult', getRootElement(), currentMap}) end and delete or disable it by adding '--' before. It works at my server. Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now