Pickups in high virtual worlds - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (
https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: Pickups in high virtual worlds (
/showthread.php?tid=288096)
Pickups in high coordinates -
wups - 06.10.2011
EDIT: The bug is not with the virtualworlds. You can't create pickups over 4100 units in height.
Re: Pickups in high virtual worlds -
webcode421F - 13.10.2011
Yes, you are right.
But the exact height is about 4095 units on the Z axis.
So you can see this blue house pickup:
Code:
CreatePickup(1272,2,0,0,4095,0);
but you cant see that one
Code:
CreatePickup(1272,2,0,0,4096,0);
so.. 4096 is the limit.. thats a nice number isnt it