Added Kunduz Valley Map Support

This commit is contained in:
Valmo Trindade
2025-06-01 04:19:35 -03:00
parent 74cda1c9a6
commit f3bff2b9cf
3 changed files with 36 additions and 0 deletions

View File

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