Auto-exec
-
- New to forums
- Posts: 2
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sun Mar 29, 2020 9:37 am
Auto-exec
I have put some settings in the gamemode_casual.cfg file and it executed properly once then after a server restart it doesnt work anymore pls healp btw there is no plugin for the thing im doing
Re: Auto-exec
For custom settings, you will want to use the gamemodes_xxxxxx_server.cfg files, which override their respective gamemodes_xxxxxx.cfg files. You don't want to use the non _server.cfg files, as the originals are overwritten every time a game update comes out.
As an example, if you're running the classic casual gamemode, you'd want to adjust the gamemodes_casual_server.cfg file, not the gamemodes_casual.cfg file.
As an example, if you're running the classic casual gamemode, you'd want to adjust the gamemodes_casual_server.cfg file, not the gamemodes_casual.cfg file.
Re: Auto-exec
Our control panel also discusses this in depth on the "File manager" page. That is an easy place to change any of these files.
Re: Auto-exec
Sorry for the late reply but this does not work either.
These are the commands I'am trying to run
mp_roundtime_defuse 60
mp_roundtime_hostage 60
mp_roundtime 60
mp_freezetime 0
mp_maxrounds 100
These are the commands I'am trying to run
mp_roundtime_defuse 60
mp_roundtime_hostage 60
mp_roundtime 60
mp_freezetime 0
mp_maxrounds 100
Re: Auto-exec
Are you certain it is set in the correct config for the game mode you are running? Also, are these same settings also in your server.cfg file (they should only be in the game mode file)?
TimeX