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

7 lines
160 B
Plaintext

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