InsertServerCommand Function

Inserts a server command at the beginning of the server command buffer.

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

Parameters

const char[] format

Formatting rules.

any... ...

Variable number of format parameters.