Closed xxshady closed 1 year ago
and when i try to access baseobj.id property it crashes the server
baseobj.id
import alt from "alt-server" alt.on("baseObjectCreate", (baseobj) => { alt.log("baseObjectCreate", baseobj) alt.nextTick(() => { alt.log(baseobj === veh, baseobj.id, veh.id, baseobj) }) }) const veh = new alt.Vehicle("sultan2", alt.Vector3.zero, alt.Vector3.zero)
/
No response
Windows 11
13.0-dev-63
shared
Event got removed for now
xd https://github.com/altmp/altv-issues/issues/1098#issuecomment-917669248
Description of the problem
and when i try to access
baseobj.id
property it crashes the serverReproduction steps
Expected behaviour
/
Additional context
No response
Operating system
Windows 11
Version
13.0-dev-63
Scope
shared
Reproduction tested