native
set_speak
Syntax
native set_speak(iIndex, iSpeakFlags);
Description
Sets the engine module speak flags on a client.
Parameters
| iIndex | Client index |
|---|---|
| iSpeakFlags | New flags to set |
Note
For a list of available flags see the SPEAK_* constants in
engine_const.inc
Return
This function has no return value.
Error
If the client index is not within the range of 1 to
MaxClients, or the client is not connected, an error
will be thrown.