Add vehdata class members for IV
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user