You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When placed too close to the ground, arrow markers get snapped in a really awkward and uncontrollable position, making them totally useless.
To reproduce
The following code (serverside or clientside, doesn't matter) creates 2 rows of markers: one row of cylinders, one row of arrows. While cylinders are placed as expected, the arrows close to the ground get moved.
local x, y = 27.38696, 165
local m = createMarker(x,y,2.6,"arrow",1)
print(getElementPosition(m))
setTimer(function()
print(getElementPosition(m))
end,1000,1)
^If you look closely, it'll show up in correct position for short while, then it'll go down.
Describe the bug
When placed too close to the ground, arrow markers get snapped in a really awkward and uncontrollable position, making them totally useless.
To reproduce
The following code (serverside or clientside, doesn't matter) creates 2 rows of markers: one row of cylinders, one row of arrows. While cylinders are placed as expected, the arrows close to the ground get moved.
Expected behaviour
To not get snapped to ground.
Screenshots
MTA Client:
MTA Server:
Additional context
From https://bugs.mtasa.com/view.php?id=5534
The text was updated successfully, but these errors were encountered: