altv-issues icon indicating copy to clipboard operation
altv-issues copied to clipboard

LocalObject.placeOnGroundProperly() Not working

Open lLukDreams opened this issue 1 year ago • 1 comments

Description of the problem

Function not working like expected here an image how it looks: image

Reproduction steps

code snippet used to reproduce: const pos = new alt.Vector3(2263.779432781326,2912.091004910668,46.58113479614258) const obj = new alt.LocalObject("bkr_prop_coke_table01a", pos, new alt.Vector3(0,0,0), false, false, false, 25) obj.placeOnGroundProperly()

Expected behaviour

it is placed on the ground

Additional context

No response

Operating system

windows

Version

16.2.5

Crashdump ID

No response

Confirmation of issue's presence

  • [X] By submitting this ticket, I affirm that I have verified the presence of this issue on the latest RC (Release Candidate) version available at the time of writing this ticket.

lLukDreams avatar Sep 14 '24 09:09 lLukDreams