OnClientSayCommand_Post Forward

Global post listener for the chat commands.

void OnClientSayCommand_Post(int client, const char[] command, const char[] sArgs)

Parameters

int client

Client index.

const char[] command

Command name.

const char[] sArgs

Chat argument string.