06.11.2014, 20:00
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
CreatePickup(1273, 1, exitX, exitY, exitZ, -1);
It can also be because your not loading the right coordinates into the pickup