MakeCvarServerInfo( <cvar name>, <cvar value> )
Module: Client
MP Only
Summary:
Flags a cvar with the DVAR_CODINFO flag
Call this on:
A player
Example:
MakeCvarServerInfo( "ui_ctf_timelimit", "30" );
Required Args:
1 : <cvar name> The name of the cvar to change
2 : <cvar value> The new value of the cvar