BaseComm_SetClientMute
Sets a client's mute state
native bool BaseComm_SetClientMute(int client, bool muteState)
Parameters
bool muteState
True to mute client, false to unmute.
Return Value
bool True if this caused a change in mute state, false otherwise.