MakeDvarServerInfo( <dvar name>, <dvar value> )


Module: Client
MP Only

Summary:

Flags a dvar with the DVAR_CODINFO flag



Call this on:

A player



Example:

MakeDvarServerInfo( "ui_ctf_timelimit", "30" );



Required Args:

  • 1 : <dvar name> The name of the dvar to change
  • 2 : <dvar value> The new value of the dvar