AMX Mod X API Documentation

Signature
forward client_command(id);
Description

Called when a client attempts to execute a command.

Notes
  • The command and its arguments can be read using the read_arg* set of

    functions.

Parameters
  • id Client index
Returns

PLUGIN_CONTINUE to let the client execute the command

PLUGIN_HANDLED or higher to stop the command

Назад
Верх