Config files ran on clients
-
- New to forums
- Posts: 13
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Aug 18, 2005 10:33 am
Config files ran on clients
is it possible to use a ma_cexec to get the client to execute a config file on the server?
I suppose you could try (not tested)
That person would need to be logged into rcon. Not sure why you want to do that unless you don't have rcon access yourself 
Code: Select all
ma_cexec target rcon exec config.cfg

-Nick
If you want to keep a range of "good rates" without using commands through mani, then just set sv_minupdaterate and sv_maxupdaterate around the range you want. If the client has an updaterate higher than maxupdaterate, it will use the maxupdaterate. If the client has one between the min and max, then the client will use their own defined updaterate. At last, if the client sets their updaterate below the minupdaterate, the client will be forced to use the minupdaterate.Gumby wrote:figured i could make some "rate" configs, for those guys that have bad rates. so i don't have to type the commands in.
is it possible to send them an url to download/run the script off of?
i don't feel like giving rcon to some guy because he has messed rates ;O
thanks
The same goes for sv_maxrate and sv_minrate.
-Nick