Added mandol map support

This commit is contained in:
Valmo Trindade
2026-01-03 02:55:39 -03:00
parent 8fe14dc18d
commit 13cd08c655
6 changed files with 35 additions and 13 deletions

View File

@@ -8,11 +8,11 @@ _playerLongitude = _playerPosition select 1;
_playerMaxLatitude = 20480;
_playerMaxLongitude = 20480;
_MapMaxLatitude = 33.728772;
_MapMinLatitude = 33.542815;
_MapMaxLongitude = 33.728772;
_MapMinLongitude = 33.542815;
_MapMaxLongitude = 63.169746;
_MapMinLongitude = 62.938820;
_MapMaxLatitude = 63.169746;
_MapMinLatitude = 62.938820;
_LongitudeDifference = _MapMaxLongitude - _MapMinLongitude;
_LatitudeDifference = _MapMaxLatitude - _MapMinLatitude;