Called for calls to BanClient() with a non-empty command.
Action OnBanClient(int client, int time, int flags, const char[] reason, const char[] kick_message, const char[] command, any source)
Client being banned.
Time the client is being banned for (0 = permanent).
One if AUTHID or IP will be enabled. If AUTO is also enabled, it means Core autodetected which to use.
Reason passed via BanClient().
Kick message passed via BanClient().
Command string to identify the ban source.
Source value passed via BanClient().
Plugin_Handled to block the actual server banning. Kicking will still occur.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.