Update ExileServer_object_vehicle_database_load.sqf
This commit is contained in:
parent
5e3abb6232
commit
38d2c68406
@ -11,6 +11,7 @@
|
||||
|
||||
private["_vehicleID", "_data", "_position", "_vectorDirection", "_vectorUp", "_pinCode", "_texture", "_vehicleObject", "_lock", "_unlockInSafeZonesAfterRestart", "_isLocked", "_hitpoints", "_cargoContainers"];
|
||||
_vehicleID = _this;
|
||||
"Vehicle Loaded without a steering wheel! We have deleted it from the DB!" call ExileServer_util_log;
|
||||
_data = format ["loadVehicle:%1", _vehicleID] call ExileServer_system_database_query_selectSingle;
|
||||
_position = [_data select 8, _data select 9, _data select 10];
|
||||
_vectorDirection = [_data select 11, _data select 12, _data select 13];
|
||||
|
Loading…
Reference in New Issue
Block a user