mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Switched to CBA_fnc_waitAndExecute (#4709)
* Switched to CBA_fnc_waitAndExecute * Switched to CBA_fnc_waitAndExecute
This commit is contained in:
parent
b72541df23
commit
d1287a471d
@ -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 {
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user