mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
updates
This commit is contained in:
6
dayz_code/actions/lock_veh.sqf
Normal file
6
dayz_code/actions/lock_veh.sqf
Normal file
@@ -0,0 +1,6 @@
|
||||
private["_vehicle"];
|
||||
_vehicle = _this select 3;
|
||||
|
||||
_vehicle setVehicleInit "this lock true";
|
||||
_vehicle setVehicleInit "this lockCargo true";
|
||||
processInitCommands;
|
||||
Reference in New Issue
Block a user