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