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

7 lines
135 B
Plaintext

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