added drone handling to the core module init function

This commit is contained in:
Valmo Trindade
2024-08-20 05:59:11 -03:00
parent 5741f9ced1
commit c38b5b3ff0

View File

@@ -33,6 +33,10 @@ if (isServer && _activated) exitWith {
}, 1, []] call CBA_fnc_addPerFrameHandler;
};
{
[_x] call armatak_fnc_postDroneMarker;
} forEach allUnitsUAV;
private _warning = format ["<t color='#2B7319'>ARMATAK</t><br/> %1", "Connected"];
[[_warning, 2]] call CBA_fnc_notify;
};