Akku 13 Report post Posted March 12, 2016 (edited) Hello i am struggling to get this PVEH to work the variable are passed in as below _car= any vehicle; _position = position player; _dir = 180; _pinCode=1234; _vehicle = [_car, _position, (random 360), true, _pinCode] call ExileServer_object_vehicle_createPersistentVehicle; _vehicle setVariable ["ExileOwnerUID",_uid]; _vehicle setVariable ["ExileIsLocked",0]; _vehicle lock 0; can any one help in this regard ? thanks in advance Edited March 12, 2016 by Akku Share this post Link to post Share on other sites
CRE4MPIE 64 Report post Posted March 12, 2016 use AVS - there's a topic posted here somewhere Share this post Link to post Share on other sites
Akku 13 Report post Posted March 12, 2016 Yup i looked at that codes also its just not saving in to vehicle data base so its not there after server restart Share this post Link to post Share on other sites