This commit is contained in:
[VB]AWOL
2013-11-25 18:29:04 -06:00
parent 65d642537e
commit dee6e79538

View File

@@ -14,7 +14,7 @@ _vehiclePos = aimpos _vehicle;
_playerPos = visiblePositionASL player; _playerPos = visiblePositionASL player;
// ignore if distance is too far // ignore if distance is too far
if((_playerPos distance _vehiclePos) < 10) exitWith {}; if((_playerPos distance _vehiclePos) > 10) exitWith {};
// Important! without this we looking at the players feet this gets us torso area // Important! without this we looking at the players feet this gets us torso area
_playerPos set [2,(_playerPos select 2)+1]; _playerPos set [2,(_playerPos select 2)+1];