OnClientFloodCheck Forward

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)

Parameters

int client

Client index. The server (0) will never be passed.

Return Value

True if client is spamming the server, false otherwise.