mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 00:43:28 +00:00
added connected warning to init function
This commit is contained in:
@@ -29,4 +29,7 @@ if (_activated) exitWith {
|
|||||||
};
|
};
|
||||||
}, 2, []] call CBA_fnc_addPerFrameHandler;
|
}, 2, []] call CBA_fnc_addPerFrameHandler;
|
||||||
} forEach playableUnits;
|
} forEach playableUnits;
|
||||||
|
|
||||||
|
private _warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Connected!"];
|
||||||
|
[[_warning, 1.5]] call CBA_fnc_notify;
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user