From e5a5f01aaeb5927daa5c9a39ee6b2c8a4d6ea6a0 Mon Sep 17 00:00:00 2001 From: Vdauphin Date: Sun, 3 Apr 2022 13:58:53 +0200 Subject: [PATCH] Lift not working --- =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/deployRopes.sqf | 2 +- =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/hook.sqf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/deployRopes.sqf b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/deployRopes.sqf index 34274d003..3ba86bc28 100644 --- a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/deployRopes.sqf +++ b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/deployRopes.sqf @@ -38,7 +38,7 @@ btc_lift_action_hud = player addAction [ ]; btc_lift_action = player addAction [ "" + (localize "STR_BTC_HAM_LOG_HOOK") + "", // Hook - btc_lift_fnc_hook, [], 9, true, false, "", "[] call btc_lift_fnc_check" + {[] call btc_lift_fnc_hook}, [], 9, true, false, "", "[] call btc_lift_fnc_check" ]; waitUntil {sleep 5; (vehicle player isEqualTo player)}; diff --git a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/hook.sqf b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/hook.sqf index 407296319..92b1b68b3 100644 --- a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/hook.sqf +++ b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/hook.sqf @@ -12,7 +12,7 @@ Returns: Examples: (begin example) - [] call btc_lift_fnc_hook; + [] spawn btc_lift_fnc_hook; (end) Author: