Files
DayZ-Epoch/dayz_code/actions/unlock_veh.sqf
2012-11-22 09:37:02 -06:00

7 lines
137 B
Plaintext

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