ReplicateToClient
Replicates a convar value to a specific client. This does not change the actual convar value.
native bool ReplicateToClient(int client, 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