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

Serverside Object - Doors Collision

Open Arochka opened this issue 1 year ago • 1 comments

Description of the problem

Spawning a door with serverside API cause the door to loose collision, there is no way to readd collision after, either with serverside property or clientside native.

https://streamable.com/vbgqsb

Reproduction steps

const prop = new alt.Object('ex_p_mp_door_apart_door', player.pos, player.rot) //Serverside => No collision const prop = new alt.LocalObject('ex_p_mp_door_apart_door', alt.Player.local.pos, alt.Vector3.zero) //Clientside => Collision

Expected behaviour

The serverside object should have collision like localObject

Additional context

No response

Operating system

Ubuntu 22

Version

release/15.68

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 developer version available at the time of writing this ticket.

Arochka avatar Jan 11 '24 07:01 Arochka

Might be related to #2190

ThomasMarangoni avatar Jan 16 '24 17:01 ThomasMarangoni