Help: Ackslimit 50000 "lot lag" - 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: Help: Ackslimit 50000 "lot lag" (
/showthread.php?tid=657475)
Help: Ackslimit 50000 "lot lag" -
bookknp - 07.08.2018
Hello guys, I have a problem, is that my server with 2 NPC asks me to put "ackslimit limit 30000" and that creates a lot of lag, why do I have to assign ackslimit 50000 to work?
this is my server.cfg
PHP код:
echo Executing Server Config...
lanmode 1
rcon_password
maxplayers 100
port 7777
hostname KoN
gamemode0 Kon 1
filterscripts Skins dropweapon me Cars
plugins RNPC streamer pawn-memory
announce 1
query 1
weburl
maxnpc 900
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
ackslimit 50000
messageholelimit 50000
Re: Help: Ackslimit 50000 "lot lag" -
NaS - 07.08.2018
Might be RNPC. Very frequent update rates or extremely long paths (eg goto from one side of the map to the other) can produce this.
Re: Help: Ackslimit 50000 "lot lag" -
bookknp - 07.08.2018
Quote:
Originally Posted by NaS
Might be RNPC. Very frequent update rates or extremely long paths (eg goto from one side of the map to the other) can produce this.
|
hmmm very thx, I will try to cut the path to make it shorter ... Which is ackslimit right? friend. (+rep for u)