altv-issues
altv-issues copied to clipboard
Serverside Object - Doors Collision
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.
Might be related to #2190