AMX Mod X API Documentation

Signature
native get_speak(iIndex);
Description

Returns the engine module speak flags currently set on a client.

Notes
  • For a list of available flags see the SPEAK_* constants in

    engine_const.inc

Parameters
  • iIndex Client index
Returns

Client speak flags

Errors
  • If the client index is not within the range of 1 to

    MaxClients, or the client is not connected, an error will be

    thrown.

Назад
Верх