Called when a client has sent chat text. This must return either true or false to indicate that a client is or is not spamming the server.
The return value is a hint only. Core or another plugin may decide otherwise.
bool OnClientFloodCheck(int client)
Client index. The server (0) will never be passed.
True if client is spamming the server, false otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.