From c38b5b3ff063d6119b7af093c6adb4e205695596 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Tue, 20 Aug 2024 05:59:11 -0300 Subject: [PATCH] added drone handling to the core module init function --- addons/main/functions/fn_init.sqf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/main/functions/fn_init.sqf b/addons/main/functions/fn_init.sqf index eef7db5..c85779c 100644 --- a/addons/main/functions/fn_init.sqf +++ b/addons/main/functions/fn_init.sqf @@ -33,6 +33,10 @@ if (isServer && _activated) exitWith { }, 1, []] call CBA_fnc_addPerFrameHandler; }; + { + [_x] call armatak_fnc_postDroneMarker; + } forEach allUnitsUAV; + private _warning = format ["ARMATAK
%1", "Connected"]; [[_warning, 2]] call CBA_fnc_notify; }; \ No newline at end of file