Added Chernarus map support with new convert function paramether, to handle rotated maps

This commit is contained in:
Valmo Trindade
2025-02-23 13:56:47 -03:00
parent 883db07797
commit 452394f995
3 changed files with 36 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ switch (toLower worldName) do {
case "cucui": {
_realLocation = _position call armatak_fnc_convert_to_cucui;
};
case "chernarus": {
_realLocation = _position call armatak_fnc_convert_to_chernarus;
};
case "mountains_acr": {
_realLocation = _position call armatak_fnc_convert_to_takistan_montains;
};