View Single Post
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 01-15-2021 , 12:15   Re: Can't change sv_allow_votes
Reply With Quote #3

Quote:
Originally Posted by ThePwnt View Post
You need to check on:
Code:
gamemode_competitive.cfg
gamemode_casual.cfg
You can find sv_allow_votes there =)
Don't do this. It specifically says not to modify those files.
https://developer.valvesoftware.com/...ual_server.cfg
Quote:
Admins should not modify the gamemode_XXX.cfg files. Valve's file naming convention suggests that these files may be modified in the future, and your settings may be overwritten. Instead, modify the file ending in _server.cfg you create.
More importantly, what game are you running?
If CS:GO, game_mode + game_type are you running?
Read the link above and create the correct _server.cfg file corresponding to your game_mode + game_type.
Again, this is all under the assumption of CS:GO, you should always specify what game in post.
Maxximou5 is offline