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