Quote:
Originally Posted by teame06
The best way to do this is to poll the player cvar for developer. By using query_client_cvar native every so often. Just kick or ban them after so many checks.
Because of the client can do "developer 1; alias developer" even before they enter the server. It will lock you out from changing there setting.
This is what I would do.
|
hah, i'm not so skilled at scripting yet. query just returns the the value that they are using correct?
and client_command runs every time the client sends a command correct? so if the client sends the command developer 1, it should just change back to developer 0 when the function is run?