SA-MP Forums Archive
Warning Ackslimit - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Warning Ackslimit (/showthread.php?tid=562261)



Warning Ackslimit - qmnty - 07.02.2015

where it comes ackslimit ,

Is that one of the script or the other ?

This is my server_log.txt

pawn Код:
[09:06:23] Warning: client exceeded 'ackslimit' 202.62.17.71:35868 (5580) Limit: 4500/sec

And whether ackslimit can make server shutting down?

Thanks

Sorry for my bad english


Re: Warning Ackslimit - CalvinC - 07.02.2015

That means the server is sending over 4500 messages to a client, or the client is sending 4500 messages to the server.
You might have a very big or infinite loop in your script somewhere?


Re: Warning Ackslimit - Sime30 - 07.02.2015

Or the client is hax0r


Re: Warning Ackslimit - qmnty - 07.02.2015

Is that warning can make my server automatic shutting down?


Re: Warning Ackslimit - CalvinC - 08.02.2015

Yes, it can make your server crash.


Re: Warning Ackslimit - qmnty - 08.02.2015

how to look at the cause of the ackslimit


Re: Warning Ackslimit - CalvinC - 08.02.2015

Check what the player is doing when that message pops up, is he connecting to the server, did he just die, or what did he do when that message pops up?