SA-MP Forums Archive
[Logs included] Messageslimit warning, help! - 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: [Logs included] Messageslimit warning, help! (/showthread.php?tid=594688)



[Logs included] Messageslimit warning, help! - Domatite - 22.11.2015

I've noticed, that sometimes on some users it gives them this. How could I fix it and from where is comming?

Код:
[02:03:24] [join] David_Umbracato has joined the server (3:36.84.236.224)
[02:08:27] [warning] client exceeded 'messageslimit' 36.84.236.224:58029 (572) Limit: 500/sec
[02:08:37] [part] David_Umbracato has left the server (3:0)
Thanks in advance for your answers. This is a user from this night, wich I saw.

Info:
It doesn't give 'messageholelimit'
It gives 'messageslimit'


Re: [Logs included] Messageslimit warning, help! - yvoms - 22.11.2015

I guess you are causing a loop somewhere in your script causing this error, i would suggest checking if your closing and opening everywhere correctly.


Re: [Logs included] Messageslimit warning, help! - Domatite - 22.11.2015

The script is really large, it would take me ages to check it one by one. Like 40k lines.

Is there anyway, to check wich line is making the problem?


Re: [Logs included] Messageslimit warning, help! - Kyle - 22.11.2015

Ban that IP and Port.


Re: [Logs included] Messageslimit warning, help! - Domatite - 22.11.2015

It doesn't happend only on him.

Once happened on me, while I was in my own server.


Re: [Logs included] Messageslimit warning, help! - Vince - 22.11.2015

Since it happens three seconds after connecting the obvious places to look would be OnPlayerConnect and OnPlayerRequestClass. Unless a player is spawned within less than three seconds of connecting, in which case you need to look further.


Re: [Logs included] Messageslimit warning, help! - Domatite - 22.11.2015

Quote:
Originally Posted by Vince
Посмотреть сообщение
Since it happens three seconds after connecting the obvious places to look would be OnPlayerConnect and OnPlayerRequestClass. Unless a player is spawned within less than three seconds of connecting, in which case you need to look further.
A-ha. But if the problem was there, wouldn't it happen everytime on everyone?

It didn't happend from yesterday, anyways I had much players joining / leaving.


Re: [Logs included] Messageslimit warning, help! - Domatite - 24.11.2015

Bump.


Re: [Logs included] Messageslimit warning, help! - Domatite - 27.11.2015

Last Bump, any ideas?