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