altv-issues
altv-issues copied to clipboard
SDK BaseObject SetMultipleMetadata freezes server
Description of the problem
/
Reproduction steps
import alt from 'alt-server'
const v = new alt.Vehicle('sultan', 0, 0, 0, 0, 0, 0)
v.setMeta({ a: 1 }) // freezes, same in js v2
v.setSyncedMeta({ a: 1 }) // works
Expected behaviour
/
Additional context
No response
Operating system
Windows 11
Version
16.2.2-dev.1
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.