Files
DayZ-Epoch/dayz_code/actions/unlock_veh.sqf
2012-11-15 12:26:14 -06:00

7 lines
162 B
Plaintext

private["_vehicle"];
_vehicle = _this select 3;
_vehicle setVehicleInit "this lock false";
_vehicle setVehicleInit "this lockCargo false";
processInitCommands;