lag? - 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: lag? (
/showthread.php?tid=649319)
lag? -
Johangelo1 - 06.02.2018
I have this problem, I do not know what it will be, but all the players look like they are teleporting, and it is not lag all the players do, what could be affecting my gamemode?
I leave a video of what happened
video click
Re: lag? -
Sew_Sumi - 07.02.2018
Does it happen to all, or just you? And if you are asking people if they are 'lagging' then what they see, maybe isn't what you're getting, yet they still say they are.
If you're using wifi on your network, then this will happen.
What rates are you using in your server.cfg?
Re: lag? -
Johangelo1 - 07.02.2018
Quote:
Originally Posted by Sew_Sumi
Does it happen to all, or just you? And if you are asking people if they are 'lagging' then what they see, maybe isn't what you're getting, yet they still say they are.
If you're using wifi on your network, then this will happen.
What rates are you using in your server.cfg?
|
It happens to everyone, even if they have a very good ping, it happens to everyone.
I have a very good internet. If you can see in the video I have 90 to 100 of ping.
this is my server.cfg the server is in vps
it's like a packeloss low
Re: lag? -
Sew_Sumi - 07.02.2018
Is anything coming up in the logs relating to disconnections/packet drops?
Are you using anything in OnPlayerUpdate, or OnPlayerKeyStateChange? (I've seen some issues with overly used keystatechange and update usage that can give trouble as it starts spamming the client with data)
Re: lag? -
Johangelo1 - 07.02.2018
I have something in OnPlayerUpdate that I have been suspecting might cause a problem. I'm going to block it and see if it could be that. Thank you
Re: lag? -
Sew_Sumi - 07.02.2018
That's probably for the best to test if it is affecting it. Good to know you're looking as well