updated data extract functions for mavlink integration

This commit is contained in:
2026-05-05 12:20:12 -03:00
parent a9f09b6ce6
commit 3e11dd9e16
6 changed files with 55 additions and 23 deletions

View File

@@ -10,6 +10,7 @@ if (_existingPfh >= 0) then {
private _broadcastingUav = player getVariable [QGVAR(broadcastingUav), objNull];
if (!isNull _broadcastingUav) then {
_broadcastingUav setVariable ["armatak_uav_mavlink_broadcasting", false, true];
systemChat "UAV broadcasting stopped";
};