From 888629ea2b05e8007950a55047020c51fe387bb1 Mon Sep 17 00:00:00 2001 From: He-Man Date: Mon, 2 Oct 2017 18:57:08 +0200 Subject: [PATCH] Reverted last change and changed hint --- .../compile/vehicles/EPOCH_client_VehicleMaintananceDo.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_code/compile/vehicles/EPOCH_client_VehicleMaintananceDo.sqf b/Sources/epoch_code/compile/vehicles/EPOCH_client_VehicleMaintananceDo.sqf index 2aaaca10..ad796c51 100644 --- a/Sources/epoch_code/compile/vehicles/EPOCH_client_VehicleMaintananceDo.sqf +++ b/Sources/epoch_code/compile/vehicles/EPOCH_client_VehicleMaintananceDo.sqf @@ -115,14 +115,14 @@ switch _do do { if !(_repairarrays isequalto []) then { player playMove 'AinvPknlMstpSnonWrflDnon_medic0'; player playMove 'AinvPknlMstpSnonWrflDnon_medicEnd'; + _veh say3d 'vehicle_repair'; uisleep 5; if (_secondlocalcheck && !local _veh) exitwith { - ['Error - You must get into drivers seat first!',5] call Epoch_message; + ['Vehicle owner Changed - Go in as driver and try again!',5] call Epoch_message; }; if !(_returnmat isequalto "") then { _returnmat call EPOCH_fnc_addItemOverflow; }; - _veh say3d 'vehicle_repair'; if (local _veh) then { [_veh, _repairarrays] call EPOCH_client_repairVehicle; } else {