Posts: 129
Threads: 24
Joined: Mar 2016
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
Posts: 6,242
Threads: 8
Joined: Jun 2008
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?
Posts: 129
Threads: 24
Joined: Mar 2016
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
Posts: 6,242
Threads: 8
Joined: Jun 2008
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)
Posts: 129
Threads: 24
Joined: Mar 2016
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
Posts: 6,242
Threads: 8
Joined: Jun 2008
That's probably for the best to test if it is affecting it. Good to know you're looking as well