VTC_IsClientMuted
Syntax
native bool:VTC_IsClientMuted(const index);
Usage
| Parameter | Description |
|---|---|
| index | Client index |
Description
Checks whether the player is muted at the moment.
Return
true if client is muted, false otherwise
native bool:VTC_IsClientMuted(const index);
| Parameter | Description |
|---|---|
| index | Client index |
Checks whether the player is muted at the moment.
true if client is muted, false otherwise