mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-03 03:02:48 +03:00
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
private["_vehicle"];
|
|
_vehicle = _this select 3;
|
|
|
|
_vehicle setVehicleInit "this lock false";
|
|
_vehicle setVehicleInit "this lockCargo false";
|
|
processInitCommands;
|