onesync_distanceCullVehicles/recreation issue [with repro]

Server

Operating system: Windows
Artifact version: Latest
IP address: game.gtaliferp.fr
Resources: 27

The vehicle will not appears after, you will need to exit the “culling zone”

Repro:

RegisterCommand('stuck', function()
    local entity = PlayerPedId()
    local _, f, _, pos = GetEntityMatrix(entity)

    DoScreenFadeOut(20)
    SetEntityCoords(entity, 7000.0, 5000.0, 300.0)
    Wait(20)
    SetEntityCoords(entity, pos + f * 0.5)
    DoScreenFadeIn(20)
end)
4 Likes

Help me plis