View Single Post
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 05-30-2016 , 17:29   Re: How to apply specific cvars to clients
Reply With Quote #2

You would do something like this
PHP Code:
ConVar g_hCheats FindConVar("sv_cheats");

if (
g_hCheats)
{
    
g_hCheats.ReplicateToClient(client"1");

__________________
Impact123 is offline