View Single Post
Lukas320
Member
Join Date: Jan 2011
Old 01-18-2011 , 15:04   Re: anti flood not working!
Reply With Quote #3

Quote:
Originally Posted by Bacardi View Post
...cfg/sourcemod/sourcemod.cfg
Code:
// Specifies the amount of time that is allowed between chat messages.  This
// includes the say and say_team commands.  If a client sends a message faster
// than this time, they receive a flood token.  When the client has accumulated
// 3 or more tokens, a warning message is shown instead of the chat message.
// --
// Requires: antiflood.smx
// Default: 0.75
sm_flood_time 0.75
*edit
Ok.. have to read harder.

Check is plugin running on your server, rcon sm plugins list
And look cvar current value, rcon sm_flood_time
You could try increase that value more to see results.
Look sourcemod logs is there any errors
Plugin is working fine :

28 "Anti-Flood" (1.4.0-dev) by AlliedModders LLC

21:02:46 "sm_flood_time" = "1.50" ( def. "0.75" )
- Amount of time allowed between chat messages



nothing special about flood time here :

Code:
L 01/17/2011 - 16:16:33: SourceMod error session started
L 01/17/2011 - 16:16:33: Info (map "de_dust2_unlimited") (file "errors_20110117.log")
L 01/17/2011 - 16:16:33: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 01/17/2011 - 16:16:33: [SM] Native "ReplyToCommand" reported: Language phrase "No matching client" not found
L 01/17/2011 - 16:16:33: [SM] Displaying call stack trace for plugin "sm_super_cmds.smx":
L 01/17/2011 - 16:16:33: [SM]   [0]  Line 103, C:\Documents and  Settings\Matt\My Documents\HL2  Coding\SM\scripting\include\commandfilters.inc::ReplyToTargetError()
L 01/17/2011 - 16:16:33: [SM]   [1]  Line 429, sm_super_cmds.sp::FindPlayer()
L 01/17/2011 - 16:16:33: [SM]   [2]  Line 555, sm_super_cmds.sp::Command_HP()
L 01/17/2011 - 16:16:45: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 01/17/2011 - 16:16:45: [SM] Native "ReplyToCommand" reported: Language phrase "No matching client" not found
L 01/17/2011 - 16:16:45: [SM] Displaying call stack trace for plugin "sm_super_cmds.smx":
L 01/17/2011 - 16:16:45: [SM]   [0]  Line 103, C:\Documents and  Settings\Matt\My Documents\HL2  Coding\SM\scripting\include\commandfilters.inc::ReplyToTargetError()
L 01/17/2011 - 16:16:45: [SM]   [1]  Line 429, sm_super_cmds.sp::FindPlayer()
L 01/17/2011 - 16:16:45: [SM]   [2]  Line 1273, sm_super_cmds.sp::Command_Respawn()
L 01/17/2011 - 16:34:08: Error log file session closed.
L 01/17/2011 - 21:26:40: SourceMod error session started
L 01/17/2011 - 21:26:40: Info (map "de_prodigy") (file "errors_20110117.log")
L 01/17/2011 - 21:26:40: [SM] Native "GetEntDataVector" reported: Entity 2 (2) is invalid
L 01/17/2011 - 21:26:40: [SM] Displaying call stack trace for plugin "kigen-ac-pub.smx":
L 01/17/2011 - 21:26:40: [SM]   [0]  Line 280, kigenac/eyetest.sp::OnGameFrame()
Lukas320 is offline