mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 09:33:29 +00:00
Added mandol map support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user