Posts: 857
Threads: 23
Joined: Mar 2009
Reputation:
0
If it's in server.cfg - does this mean we can dynamically adjust it via modifying server.cfg and reloading it (or editing svar via RCON) and it doesn't require gamemode/server restart?
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
As this affects some major stuff about the connections, I guess changing it wont work without a restart. Else there would probably be a scripting function instead of a config key.
Posts: 553
Threads: 41
Joined: Aug 2010
Reputation:
0
I highly doubt you can change this setting while the server is running. What you can do however is using legacy mode and scripting your own damage system with OnPlayerGiveDamage and SetPlayerTeam (just like we have been doing before), so you can turn it on and off whenever you want.
Posts: 1,223
Threads: 5
Joined: Sep 2011
Reputation:
0
Most likely read only like rates
Posts: 857
Threads: 23
Joined: Mar 2009
Reputation:
0
Yep, I figured out not everything changes during exec server, eg. maxplayers, so it could be the same in this case, thx