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