Pickups in high virtual worlds
#1

EDIT: The bug is not with the virtualworlds. You can't create pickups over 4100 units in height.
Reply
#2

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)