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

SDK BaseObject SetMultipleMetadata freezes server

Open xxshady opened this issue 1 year ago • 0 comments

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.

xxshady avatar Aug 24 '24 19:08 xxshady