SA-MP Forums Archive
Exceeded messageslimit? - 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: Exceeded messageslimit? (/showthread.php?tid=619142)



Exceeded messageslimit? - Sjn - 14.10.2016

Код:
[19:38:27] [warning] client exceeded 'messageslimit' 192.168.1.3:54304 (588) Limit: 500/sec
I've never got this warning before, idk what happened and I don't even know which script is faulty in order to fix it (if it's related to the script).

During the time this happened, I had minimized the game for few minutes so I don't even know which code might have been called to get some clue.

Any idea what could be the reason?


Re: Exceeded messageslimit? - ranme15 - 14.10.2016

Raise 'ackslimit' value in your server.cfg.


Re: Exceeded messageslimit? - Sjn - 14.10.2016

'ackslimit' and 'messageslimit' are two different things, no? Plus, my ackslimit is set to default.

Edit: Also, I timed out after that warning and I was the only one to timeout, not other people.


Re: Exceeded messageslimit? - Dayrion - 14.10.2016

I think there are too many messages on your screen per seconds. ^^'


Re: Exceeded messageslimit? - Sjn - 14.10.2016

Nope, I was testing my server with a friend, the chat wasn't even flooded (if that's what you mean). I've seen a server with 500+ players flooding the chat like crazy and there wasn't any problem afaik. Plus, I made a test command sending messages with 520 lines of loop, both with SendClientMessage and SendClientMessageToAll. Game was frozen for a bit but no such error/warning. I don't even know if it's related to the in-game chat message.

Still waiting for someone to point out the problem or at least tell me the reason when this warning occurs.


Re: Exceeded messageslimit? - Sjn - 15.10.2016

/Bump