27.02.2014, 07:31
Those values are way off: much too high.
The default map goes from -3000 to +3000 in both X and Y direction.
Your values are 3-billion+ and you're setting them as integers while the coordinates should be floats.
Also interior 4294967295 doesn't exist, as well as playerid 4294967295.
You can't do anything with those values.
The default map goes from -3000 to +3000 in both X and Y direction.
Your values are 3-billion+ and you're setting them as integers while the coordinates should be floats.
Also interior 4294967295 doesn't exist, as well as playerid 4294967295.
You can't do anything with those values.