mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
private["_vehicle"];
|
|
_vehicle = _this select 3;
|
|
|
|
_vehicle setVehicleInit "this lock false; this lockCargo false;";
|
|
|
|
processInitCommands;
|