PrintCenterText
Prints a message to a specific client in the center of the screen.
native void PrintCenterText(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.