diff --git a/scripts/server/class.js b/scripts/server/class.js index a4d92a13..4971aa5c 100644 --- a/scripts/server/class.js +++ b/scripts/server/class.js @@ -864,6 +864,11 @@ class VehicleData { this.index = -1; this.needsSaved = false; + // GTA IV + this.ivNetworkId = -1; + this.syncPosition = toVector3(0.0, 0.0, 0.0); + this.syncHeading = 0.0; + // Ownership this.ownerType = VRR_VEHOWNER_NONE; this.ownerId = 0;