Open
Description
Describe the bug
Because of this, it is impossible to recreate the marker bouncing as in GTA SA (also #536).
Steps to reproduce
local marker = createMarker(0, 0, 0, 'arrow', 1, 255, 255, 0)
addEventHandler('onClientRender', root, function()
setElementPosition(marker, 1, 0, 3.5 + math.sin(os.clock() * 5) * 0.25)
end)
Version
latest release
Additional context
0.mp4
Relevant log output
Security Policy
- I have read and understood the Security Policy and this issue is not security related.