Ackslimit 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: Ackslimit problem (
/showthread.php?tid=640737)
Ackslimit problem -
DomagojSellug - 06.09.2017
Click
Any fixes, players keep getting the "You are banned..." message, or the login textdraws don't show up. We tried setting the ackslimit in the .cfg, but the higher it is, the more the server lags, and more acks the clients send. Please tell me how to fix this.
Re: Ackslimit problem -
n00blek - 06.09.2017
E brate
Did you check scriptfiles and script? Do you have enum? If so show me public OnPlayerConnect lines to see exactly whats problem
Re: Ackslimit problem -
DomagojSellug - 06.09.2017
E brate evo ti:
pastebin.com/izazLhCX
Re: Ackslimit problem -
n00blek - 06.09.2017
Linija 278 8zmedju zareza i tacke na bExtra nesmije biti razmak provjeri i ako ima jos tkao.
Ostalo izgleda ok
Re: Ackslimit problem -
DomagojSellug - 06.09.2017
I will try to do that. Thanks!
Re: Ackslimit problem - Astralis - 06.09.2017
I even used ackslimit 60000 and never had any issues.
Re: Ackslimit problem -
DomagojSellug - 06.09.2017
Quote:
Originally Posted by Astralis
I even used ackslimit 60000 and never had any issues.
|
We put it to like 1,000,000, but:
- Server lags like crazy
- Host restarts it back to 3,000
Now it works fine. I think we fixed it thanks to n00blek.
Re: Ackslimit problem -
Vince - 07.09.2017
Run profiler plugin. See what API function comes on top. Ackslimit warnings originate from a bad script that is sending too much information to the client too fast.
Re: Ackslimit problem -
DomagojSellug - 07.09.2017
Quote:
Originally Posted by Vince
Run profiler plugin. See what API function comes on top. Ackslimit warnings originate from a bad script that is sending too much information to the client too fast.
|
Alright, we will try that. Thank you for the response.
Re: Ackslimit problem -
DomagojSellug - 07.09.2017
Quote:
Originally Posted by DomagojSellug
Alright, we will try that. Thank you for the response.
|
Where are we supposted to see the API function? My friend was searching for it in the console, but couldn't find it.