mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
private["_vehicle"];
|
|
_vehicle = _this select 3;
|
|
|
|
{player removeAction _x} forEach s_player_lockunlock;s_player_lockunlock = [];
|
|
s_player_lockUnlock_crtl = -1;
|
|
|
|
_vehicle setVehicleInit "this lock true; this lockCargo true;";
|
|
|
|
processInitCommands;
|