SendConVarValue
Replicates a convar value to a specific client. This does not change the actual convar value.
native bool SendConVarValue(int client, Handle convar, const char[] value)Parameters
const char[] value
String value to send
Return Value
bool True on success, false on failureError
Invalid client index, client not in game, or client is fake