12.10.2012, 13:01
I am scripting a few pickups on a server..
I started off testing my code on mainland, that all went fine, pickups shown, etc.
But when I moved the pickup coordinates to an island (which is where they need to be)
the pickup's stopped showing completely, I have tried everything I can think of but they never show where they should!
Does anyone know why this could be?
(objectid is defined further up but that's not the problem either)
I have tried changing the Z coord and stuff, they all work fine on mainland just not the island.
I started off testing my code on mainland, that all went fine, pickups shown, etc.
But when I moved the pickup coordinates to an island (which is where they need to be)
the pickup's stopped showing completely, I have tried everything I can think of but they never show where they should!
Does anyone know why this could be?
pawn Код:
CreatePickup(objectid, 1, 6870.45, -1868.23, 11.2848, -1);
I have tried changing the Z coord and stuff, they all work fine on mainland just not the island.