PrintCenterText Function

Prints a message to a specific client in the center of the screen.

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

Parameters

int client

Client index.

const char[] format

Formatting rules.

any... ...

Variable number of format parameters.

Errors

Invalid client index, or client not in game.