Topic: Changing a client cvar value from the server?
bludshot
Grunt
Joined: 25 Nov 2009 Posts: 64
Posted: 08-29-2011 02:24 PM
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?