FakeClientCommandEx

Last Updated2016-05-21
Created At2007-08-15

Executes a client command on the server without being networked. The execution of the client command is delayed by one frame to prevent any re-entrancy issues that might surface with FakeClientCommand().

native void FakeClientCommandEx(int client, const char[] fmt, any ...)

Parameters

int client
Index of the client.
const char[] fmt
Format of the client command.
any... ...
Format parameters

Return Value

void

Error

Invalid client index, or client not connected.