mirror of
https://github.com/sethduda/AdvancedRappelling.git
synced 2024-08-30 17:22:12 +00:00
Update fn_advancedRappellingInit.sqf
This commit is contained in:
parent
414c0b2346
commit
dc4ae003b7
@ -529,7 +529,9 @@ AR_Client_Rappel_From_Heli = {
|
||||
|
||||
_lastPosition = _newPosition;
|
||||
|
||||
if((getPos _player) select 2 < 1 || !alive _player || vehicle _player != _player || _bottomRopeLength <= 1 || _player getVariable ["AR_Detach_Rope",false] ) exitWith {};
|
||||
|
||||
|
||||
if((getPosVisual _player) select 2 < 1 || !alive _player || vehicle _player != _player || _bottomRopeLength <= 1 || _player getVariable ["AR_Detach_Rope",false] ) exitWith {};
|
||||
|
||||
sleep 0.01;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user