added previous OpenTAKServer defined functions

This commit is contained in:
Valmo Trindade
2024-12-09 23:43:03 -03:00
parent e91c5aa184
commit 7b41e549f0
10 changed files with 230 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
params["_unit"];
private _callsign = "";
if (roleDescription _unit != "") then {
_callsign = name _unit + " | " + roleDescription _unit;
} else {
_callsign = name _unit;
};
_callsign