PrintToChatAll Function

Prints a message to all clients in the chat area.

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

Parameters

const char[] format

Formatting rules.

any... ...

Variable number of format parameters.