added Malden map suppport

This commit is contained in:
Valmo Trindade
2024-12-03 04:22:15 -03:00
parent f3cf0e5588
commit e64657adf2
3 changed files with 32 additions and 1 deletions

View File

@@ -11,10 +11,15 @@ switch (worldName) do {
case "Stratis": {
_realLocation = _position call armatak_fnc_convert_to_stratis;
};
case "Malden": {
_realLocation = _position call armatak_fnc_convert_to_malden;
};
case "VR": {
_realLocation = _position call armatak_fnc_convert_to_vr;
};
default {};
default {
_realLocation = [0, 0, 0];
};
};
_realLocation