Hey
Is there any way of making sense of the
get_user_origin() "current position" coordinates?
For example here are some coordinates i receive for player over a 10 second period:
Quote:
x = 136 y = -1469 z = 100
x = 127 y = -1665 z = 100
x = 371 y = -1431 z = 100
x = 746 y = -1370 z = 100
x = 504 y = -963 z = 100
|
I don't understand why i receive negative numbers.
Also, is there any way of calculating the upper left coordinate (0,0) and the lower right coordinate (n-1, n-1) so i can calculate how large the map is?
I would like to plot the coordinates to a
overview image of a map.
Thanks