Switched to CBA_fnc_waitAndExecute (#4709)

* Switched to CBA_fnc_waitAndExecute

* Switched to CBA_fnc_waitAndExecute
This commit is contained in:
magicsh0tz 2016-11-26 02:18:04 +08:00 committed by Glowbal
parent b72541df23
commit d1287a471d
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ if !(isNull _fries) then {
[{
_this animateDoor ["doorRB", 0];
_this animateDoor ["doorLB", 0];
}, _vehicle, 2] call EFUNC(common,waitAndExecute);
}, _vehicle, 2] call CBA_fnc_waitAndExecute;
4
} else {

View File

@ -30,7 +30,7 @@ if !(isNull _fries) then {
[{
_this animate ["extendHookRight", 1];
_this animate ["extendHookLeft", 1];
}, _fries, 2] call EFUNC(common,waitAndExecute);
}, _fries, 2] call CBA_fnc_waitAndExecute;
_waitTime = 4;
};