Quote:
Originally Posted by CNMike
It could be because you are setting it specific to virtual world 0 change it to -1, so it appears in all worlds.
CreatePickup(1273, 1, exitX, exitY, exitZ, -1);
It can also be because your not loading the right coordinates into the pickup
|
Thanks, but it didint work out, so that means it doesnt load the right cordinates right? Is there an easy way to see what cords is it getting? Or do i need to create command that would show the cords?