forward
client_command
Syntax
forward client_command(id);
Description
Called when a client attempts to execute a command.
Parameters
| id | Client index |
|---|
Note
The command and its arguments can be read using the read_arg* set of
functions.
Return
PLUGIN_CONTINUE to let the client execute the command
PLUGIN_HANDLED or higher to stop the command