mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 19:03:30 +00:00
added altitude to extracted info for the maker
This commit is contained in:
@@ -20,4 +20,4 @@ _LatitudeDifference = _MapMaxLatitude - _MapMinLatitude;
|
||||
_RealLongitude = (_playerLongitude / _playerMaxLongitude) * _LongitudeDifference + _MapMinLongitude;
|
||||
_RealLatitude = (_playerLatitude / _playerMaxLatitude) * _LatitudeDifference + _MapMinLatitude;
|
||||
|
||||
[_RealLongitude, _RealLatitude]
|
||||
[_RealLongitude, _RealLatitude, _playerPosition select 2]
|
||||
Reference in New Issue
Block a user