mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
f83f8dad0e
commit
47d4446520
@ -50,11 +50,12 @@ if (GVAR(openedMenuType) == 0 && vehicle ACE_player == ACE_player &&
|
|||||||
|
|
||||||
if (_actualDistance > _distance) exitWith {true};
|
if (_actualDistance > _distance) exitWith {true};
|
||||||
|
|
||||||
if (_distance > 1.0) exitWith {
|
if (_actualDistance > 1.0) exitWith {
|
||||||
// If distance to action is greater than 1.0 m, check LOS
|
// If distance to action is greater than 1.0 m, check LOS
|
||||||
_line = [_headPos call EFUNC(common,positionToASL), _pos call EFUNC(common,positionToASL), _object, ACE_player];
|
_line = [_headPos call EFUNC(common,positionToASL), _pos call EFUNC(common,positionToASL), _object, ACE_player];
|
||||||
lineIntersects _line
|
lineIntersects _line
|
||||||
};
|
};
|
||||||
|
false
|
||||||
}) exitWith {false};
|
}) exitWith {false};
|
||||||
|
|
||||||
// Exit if the action is behind you
|
// Exit if the action is behind you
|
||||||
|
Loading…
Reference in New Issue
Block a user