client_command
- Синтаксис
-
forward client_command(id);
Переменная | Описание |
---|---|
id |
Client index |
- Описание
- Called when a client attempts to execute a command.
- Пометка
-
The command and its arguments can be read using the read_arg* set of functions.
- Возвращает
- PLUGIN_CONTINUE to let the client execute the command PLUGIN_HANDLED or higher to stop the command