added connected warning to init function

This commit is contained in:
Valmo Trindade
2024-08-02 02:03:16 -03:00
parent 9a24e4557b
commit d7b9fdab84

View File

@@ -29,4 +29,7 @@ if (_activated) exitWith {
};
}, 2, []] call CBA_fnc_addPerFrameHandler;
} forEach playableUnits;
private _warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Connected!"];
[[_warning, 1.5]] call CBA_fnc_notify;
};