messageholelimit & messagelimit - 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: messageholelimit & messagelimit (
/showthread.php?tid=656659)
messageholelimit & messagelimit -
djoudjou - 20.07.2018
Hello,
I've got a problem with my server, some players crash and have the message "you're banned from this server".
I check my logs and I have this :
Код:
[20:53:37] [warning] client exceeded 'messageslimit' ip_adress:50732 (509) Limit: 500/sec
[20:54:44] [warning] client exceeded 'messageholelimit' (2) ip_adress:42048 (3001) Limit: 3000
How can I fix this ?
Re: messageholelimit & messagelimit -
Mike861 - 20.07.2018
Try increasing messagelimit and messageholelimit in server.cfg
Re: messageholelimit & messagelimit -
djoudjou - 20.07.2018
I don't have messagelimit or messageholelimit in my server.cfg
Re: messageholelimit & messagelimit -
Mike861 - 20.07.2018
Quote:
Originally Posted by djoudjou
I don't have messagelimit or messageholelimit in my server.cfg
|
Try adding those
Re: messageholelimit & messagelimit -
djoudjou - 20.07.2018
With wich value ?
Re: messageholelimit & messagelimit -
Mike861 - 20.07.2018
Quote:
Originally Posted by djoudjou
With wich value ?
|
Above 500, increase until its fixed idk :3
Re: messageholelimit & messagelimit -
Beckett - 20.07.2018
You sure it isn't a problem of your script? Should fix your performance issues before extending the limits, because you're only going to make things worse if that's the case.