AMX Mod X API Documentation

Signature
native set_speak(iIndex, iSpeakFlags);
Description

Sets the engine module speak flags on a client.

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

    engine_const.inc

Parameters
  • iIndex Client index
  • iSpeakFlags New flags to set
No return value
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.

Назад
Верх