OnClientSayCommand Forward

Global listener for the chat commands.

Action OnClientSayCommand(int client, const char[] command, const char[] sArgs)

Parameters

int client

Client index.

const char[] command

Command name.

const char[] sArgs

Chat argument string.

Return Value

An Action value. Returning Plugin_Handled bypasses the game function call. Returning Plugin_Stop bypasses the post hook as well as the game function.