Added Kunduz map integration

This commit is contained in:
Valmo Trindade
2025-03-30 23:20:22 -03:00
parent 48512f587b
commit 91eeee9989
3 changed files with 36 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ switch (toLower worldName) do {
case "enoch": {
_realLocation = _position call armatak_fnc_convert_to_livonia;
};
case "kunduz": {
_realLocation = _position call armatak_fnc_convert_to_kunduz;
};
default {
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Unsupported Map"];
[[_warning, 1.5]] call CBA_fnc_notify;