event onPlayerCommand (server-side)
Available since version: 0.3.0
Triggered when a player issues a command.
Parameters
void onPlayerCommand(int player_id, string command, {...} params)
intplayer_id: The id of the player issuing the command.stringcommand: The command name.{...}params: Command parameters.