mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 09:13:28 +00:00
Added Chernarus map support with new convert function paramether, to handle rotated maps
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user