forward
CS_InternalCommand
Syntax
forward CS_InternalCommand(id, const cmd[]);
Description
Called when CS internally fires a command to a player. It does this for a few
functions, most notably rebuy/autobuy functionality. This is also used to pass
commands to CZ bots internally.
Parameters
| id | Client index. |
|---|---|
| cmd | Command string. |
Return
PLUGIN_HANDLED to block, PLUGIN_CONTINUE for normal operation.