Hello everyone,
I have been experiencing synchronization issues on my server for some time now. Vehicles are despawning, teleporting to random positions, and sometimes simply not unlocking. These problems occur randomly, sometimes there are no issues for hours, and then suddenly there is a lot of desynchronization. As you can imagine, this can be terrible for my players.
Does anyone have any idea where this could be coming from? Here is some information about my setup:
- I am using OneSync infinity
- I am on a dedicated server from Zap Hosting
- I developed the base entirely myself
- I create vehicles using CreateVehicle() on the server side
- I have reduced the appearance of Peds by half, but without success.
Thank you for reading.
3 Likes
What game build (sv_enforceGameBuild
, also known as âDLC levelâ) are you using? Thereâs some yet-unknown regressions in build 2802 which might be related.
1 Like
Hello, thanks you for the answer
iâm currently using the 2699
1 Like
Iâm not sure if this is relevant or related, but sometimes players simply canât get into a vehicle (theyâre like âfrozenâ).
And some players can see vehicles while others canât.
Some additional information, I tried to find the issue with runcode.
-
I checked the RoutineBucket of the entity, it was at 0 (like all players). Just in case, I set it to 1, then after a pause, reset it to 0. The car still didnât appear.
-
I was able to teleport to the coordinates of the vehicle, but it wasnât visible.
-
I tried reloading the model just in case, still nothing.
-
I made a loop that checks the coordinates of the vehicles every 10 seconds, and sometimes the coordinates taken between two sequences donât make sense. Itâs not because the vehicle moved, in 10 seconds itâs just not possible to cover that distance.
-
I omitted the assumption that a modder is doing this, itâs been going on for too long (or maybe theyâre really persistent haha).
2 Likes