PrintToServer Function

Sends a message to the server console.

void PrintToServer(const char[] format, any... ...)

Parameters

const char[] format

Formatting rules.

any... ...

Variable number of format parameters.