Added Cucui map support for ARMATAK

This commit is contained in:
Valmo Trindade
2024-12-31 17:40:13 -03:00
parent f7b544c758
commit 7144608be1
5 changed files with 29 additions and 1 deletions

View File

@@ -17,6 +17,9 @@ switch (worldName) do {
case "VR": {
_realLocation = _position call armatak_fnc_convert_to_vr;
};
case "cucui": {
_realLocation = _position call armatak_fnc_convert_to_cucui;
};
default {
_realLocation = [0, 0, 0];
};