mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 03:23:30 +00:00
added previous OpenTAKServer defined functions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
params["_unit"];
|
||||
private _callsign = "";
|
||||
if (roleDescription _unit != "") then {
|
||||
_callsign = name _unit + " | " + roleDescription _unit;
|
||||
} else {
|
||||
_callsign = name _unit;
|
||||
};
|
||||
_callsign
|
||||
Reference in New Issue
Block a user