ReplyToCommand

Last Updated2018-03-29
Created At2007-06-06

Replies to a message in a command. A client index of 0 will use PrintToServer(). If the command was from the console, PrintToConsole() is used. If the command was from chat, PrintToChat() is used.

native void ReplyToCommand(int client, const char[] format, any ...)

Parameters

int client
Client index, or 0 for server.
const char[] format
Formatting rules.
any... ...
Variable number of format parameters.

Return Value

void

Error

If the client is not connected or invalid.