CS_InternalCommand
- Синтаксис
-
forward CS_InternalCommand(id, const cmd[]);
Переменная | Описание |
---|---|
id |
Client index |
cmd |
Command string |
- Описание
- Called when CS internally fires a command to a player.
- Пометка
-
This is most notably used by the rebuy/autobuy functionality, Condition Zero also uses this to pass commands to bots internally.
- Возвращает
- PLUGIN_CONTINUE to let the command continue PLUGIN_HANDLED to block the command