Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK BaseObject SetMultipleMetadata freezes server #2330

Open
1 task done
xxshady opened this issue Aug 24, 2024 · 0 comments
Open
1 task done

SDK BaseObject SetMultipleMetadata freezes server #2330

xxshady opened this issue Aug 24, 2024 · 0 comments
Labels
Class: bug Something isn't working Scope: module-api API related issues Side: server Server-side issues Status: confirmed This issue existence was confirmed using provided reproduction steps

Comments

@xxshady
Copy link
Contributor

xxshady commented Aug 24, 2024

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

  • 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 xxshady added the Class: bug Something isn't working label Aug 24, 2024
@xLuxy xLuxy added Status: confirmed This issue existence was confirmed using provided reproduction steps Scope: internal Core related issues Side: server Server-side issues Scope: module-api API related issues and removed Scope: internal Core related issues labels Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class: bug Something isn't working Scope: module-api API related issues Side: server Server-side issues Status: confirmed This issue existence was confirmed using provided reproduction steps
Projects
None yet
Development

No branches or pull requests

2 participants