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
cb78737510
commit
478b492f73
@ -70,7 +70,7 @@ AR_Rappel_All_Cargo = {
|
||||
[_vehicle, _positionASL] spawn {
|
||||
params ["_vehicle","_positionASL"];
|
||||
|
||||
while { _vehicle getVariable ["AR_Units_Rappelling",false] && alive _vehicle } do {
|
||||
while { _vehicle getVariable ["AR_Units_Rappelling",false] && alive driver _vehicle} do {
|
||||
|
||||
_velocityMagatude = 5;
|
||||
_distanceToPosition = ((getPosASL _vehicle) distance _positionASL);
|
||||
|
Loading…
Reference in New Issue
Block a user