mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
@@ -11,7 +11,7 @@ _isOk = false;
|
|||||||
if(!_isOk) then {
|
if(!_isOk) then {
|
||||||
_isOk = _cTarget isKindOf _x;
|
_isOk = _cTarget isKindOf _x;
|
||||||
};
|
};
|
||||||
} forEach ["LandVehicle","Air"];
|
} forEach ["LandVehicle","Air", "Ship"];
|
||||||
|
|
||||||
if((locked _cTarget) and _isOk and (((vehicle player) distance _cTarget) < 12)) then {
|
if((locked _cTarget) and _isOk and (((vehicle player) distance _cTarget) < 12)) then {
|
||||||
cutText ["Cannot access gear in a locked vehicle." , "PLAIN DOWN"];
|
cutText ["Cannot access gear in a locked vehicle." , "PLAIN DOWN"];
|
||||||
|
|||||||
Reference in New Issue
Block a user