PrintToConsole Function

Sends a message to a client's console.

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

Parameters

int client

Client index.

const char[] format

Formatting rules.

any... ...

Variable number of format parameters.

Errors

If the client is not connected an error will be thrown.