SA-MP Forums Archive
What is the problem ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: What is the problem ? (/showthread.php?tid=566445)



What is the problem ? - VenomMancer - 06.03.2015

My server freeze when get this on my server log!
Quote:

[17:02:34] Warning: client exceeded 'ackslimit' 125.164.136.1:10335 (36294094) Limit: 3000/sec <<< this the problem
[17:35:03] Kicking 180.253.246.91 because they didn't logon to the game.
[18:09:28] Kicking 202.73.224.161 because they didn't logon to the game.
[18:11:06] Kicking 202.73.224.161 because they didn't logon to the game.
[19:29:49] Kicking 36.72.192.249 because they didn't logon to the game.
[19:30:59] Kicking 36.72.192.249 because they didn't logon to the game.
[19:33:25] Kicking 202.62.16.3 because they didn't logon to the game.

How to fix that ?


Re: What is the problem ? - CalvinC - 06.03.2015

Might be an unlimited loop in your script, either the server is sending +3000 messages to the client, or the client is sending +3000 messages to the server.


Re: What is the problem ? - BeesSi - 06.03.2015

Once i tried "ackslimit 5000" in my server.cfg and it worked.


Re: What is the problem ? - VenomMancer - 06.03.2015

Quote:
Originally Posted by BeesSi
Посмотреть сообщение
Once i tried "ackslimit 5000" in my server.cfg and it worked.
How to set ?