Page 1 of 1

Changing a client cvar value from the server?

Posted: Mon Aug 29, 2011 10:24 pm
by bludshot
Can you change a client's cvar value from the server? If I wanted to do that, is the correct way to do it to use trap_SendServerCommand(int clientNum, const char* command_string) and then go from there? Or should it be done some other way?

Re: Changing a client cvar value from the server?

Posted: Mon Aug 29, 2011 11:15 pm
by ^misantropia^
Only if your mod controls the client and the server side. Adding a new server command is probably the easiest way to implement it.