Immediately disconnects a client from the server.
Kicking clients from certain events or callbacks may cause crashes. If in doubt, create a short (0.1 second) timer to kick the client in the next available frame.
void KickClientEx(int client, const char[] format, any... ...)
Client index.
Optional formatting rules for disconnect reason. Note that a period is automatically appended to the string by the engine.
Variable number of format parameters.
Invalid client index, or client not connected.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.