OnClientCommandKeyValues Forward

Called when a client is sending a KeyValues command.

Action OnClientCommandKeyValues(int client, KeyValues kv)

Parameters

int client

Client index.

KeyValues kv

Editable KeyValues data to be sent as the command. (This handle should not be stored and will be closed after this forward completes.)

Return Value

Plugin_Handled blocks the command from being sent, and Plugin_Continue resumes normal functionality.