possible fix of amb537
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401134
This commit is contained in:
parent
e620951ddc
commit
4bf15ee0bd
@ -47,6 +47,12 @@ public OnPluginStart()
|
|||||||
sm_flood_time = CreateConVar("sm_flood_time", "0.75", "Amount of time allowed between chat messages");
|
sm_flood_time = CreateConVar("sm_flood_time", "0.75", "Amount of time allowed between chat messages");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public OnClientPutInServer(client)
|
||||||
|
{
|
||||||
|
g_LastTime[client] = 0.0;
|
||||||
|
g_FloodTokens[client] = 0;
|
||||||
|
}
|
||||||
|
|
||||||
public Action:CheckChatFlood(client, args)
|
public Action:CheckChatFlood(client, args)
|
||||||
{
|
{
|
||||||
/* Chat from server console shouldn't be checked for flooding */
|
/* Chat from server console shouldn't be checked for flooding */
|
||||||
|
Loading…
Reference in New Issue
Block a user