Skip to content
Discussion options

You must be logged in to vote

Unfortunately, we cannot reproduce the error, but we have an idea what might be causing it (we think it is caused by lags on the client).

It would be great if you could test our proposed solution and let us know if magazines are still being created in the air. To do this, simply replace lines 71 to 86 in client/evidences/registry/magazines.lua with the following code:

local lastHeightAboveGround
local result <const> = lib.waitFor(function()
    if DoesEntityExist(naturallySpawnedMagazine) then
        local heightAboveGround = GetEntityHeightAboveGround(naturallySpawnedMagazine)

        if lastHeightAboveGround and math.abs(lastHeightAboveGround - heightAboveGround) < 0.0005 then

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Chefen23
Comment options

@Heliumdioxid
Comment options

Answer selected by Heliumdioxid
@Heliumdioxid
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
bugs
Labels
bug Something isn't working
3 participants