PrintToChat
Prints a message to a specific client in the chat area.
native void PrintToChat(int client, const char[] format, any ...)
Parameters
const char[] format
Formatting rules.
any... ...
Variable number of format parameters.
Return Value
voidError
Invalid client index, or client not in game.