mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:03:31 +00:00
added drone handling to the core module init function
This commit is contained in:
@@ -33,6 +33,10 @@ if (isServer && _activated) exitWith {
|
|||||||
}, 1, []] call CBA_fnc_addPerFrameHandler;
|
}, 1, []] call CBA_fnc_addPerFrameHandler;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
{
|
||||||
|
[_x] call armatak_fnc_postDroneMarker;
|
||||||
|
} forEach allUnitsUAV;
|
||||||
|
|
||||||
private _warning = format ["<t color='#2B7319'>ARMATAK</t><br/> %1", "Connected"];
|
private _warning = format ["<t color='#2B7319'>ARMATAK</t><br/> %1", "Connected"];
|
||||||
[[_warning, 2]] call CBA_fnc_notify;
|
[[_warning, 2]] call CBA_fnc_notify;
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user