Called when a client is sending a command.
As of SourceMod 1.3, the client is guaranteed to be in-game. Use command listeners (console.inc) for more advanced hooks.
Action OnClientCommand(int client, int args)
Client index.
Number of arguments.
Plugin_Handled blocks the command from being sent, and Plugin_Continue resumes normal functionality.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.