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