PrintToConsole
Sends a message to a client's console.
native void PrintToConsole(int client, const char[] format, any ...)
Parameters
const char[] format
Formatting rules.
any... ...
Variable number of format parameters.
Return Value
voidError
If the client is not connected an error will be thrown.