Changing a client cvar value from the server?
Posted: Mon Aug 29, 2011 10: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?