07-08-2008, 02:38 AM
(This post was last modified: 07-08-2008, 02:39 AM by Korrupzion.)
Hello,
Yesterday I discovered that I can change the maxplayers of a server with rcon.
I start the server in linux with
Then with HLSW I connect with rcon to the server and send 'rcon disconnect' and the servers unloads any map and doesn't do ping anymore, but you can still use rcon. I type 'rcon maxplayers 32' and 'rcon map de_dust2' and now my servers does ping and shows maxplayers as 32
Is this a bug? or someones knows how to lock de maxplayers cvar?
Thanks
PD: bad english xD
Yesterday I discovered that I can change the maxplayers of a server with rcon.
I start the server in linux with
Code:
screen -A -m -d -S srcds_30001public ./srcds_run -console -game cstrike -ip xxx.xxx.xxx.xxx -port 30001 -tickrate 66 +fps_max 200 +map de_dust2 +maxplayers 24
Then with HLSW I connect with rcon to the server and send 'rcon disconnect' and the servers unloads any map and doesn't do ping anymore, but you can still use rcon. I type 'rcon maxplayers 32' and 'rcon map de_dust2' and now my servers does ping and shows maxplayers as 32
Is this a bug? or someones knows how to lock de maxplayers cvar?
Thanks
PD: bad english xD