mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 03:43:28 +00:00
added handling on SQF for letting the OTS server handle sync links on entities with core armatak module
This commit is contained in:
@@ -4,5 +4,9 @@ if (roleDescription _unit != "") then {
|
||||
_callsign = name _unit + " | " + roleDescription _unit;
|
||||
} else {
|
||||
_callsign = name _unit;
|
||||
|
||||
if (_callsign == "Error: No unit") then {
|
||||
_callsign = getText(configFile >> "CfgVehicles" >> typeOf _unit >> "displayName");
|
||||
};
|
||||
};
|
||||
_callsign
|
||||
Reference in New Issue
Block a user