Executes a client command on the server without being networked.
FakeClientCommand() overwrites the command tokenization buffer. This can cause undesired effects because future calls to GetCmdArg* will return data from the FakeClientCommand(), not the parent command. If you are in a hook where this matters (for example, a "say" hook), you should use FakeClientCommandEx() instead.
void FakeClientCommand(int client, const char[] fmt, any... ...)
Index of the client.
Format of the client command.
Format parameters
Invalid client index, or client not connected.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.