Global listener for the chat commands.
Action OnClientSayCommand(int client, const char[] command, const char[] sArgs)
Client index.
Command name.
Chat argument string.
An Action value. Returning Plugin_Handled bypasses the game function call. Returning Plugin_Stop bypasses the post hook as well as the game function.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.