IsClientInKickQueue Function

Returns if a client is in the "kick queue" (i.e. the client will be kicked shortly and thus they should not appear as valid).

bool IsClientInKickQueue(int client)

Parameters

int client

Player index (must be connected).

Return Value

True if in the kick queue, false otherwise.

Errors

Invalid client index.