Pickup disappearing on islands - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Pickup disappearing on islands (
/showthread.php?tid=499765)
Pickup disappearing when created out of San Andreas -
maxy153 - 09.03.2014
I've created new land out of the game coords (3000, -3000) and when I create a pickup, it just disappear.
The pickup is showing on San Andreas, but not out of it.
Any solutions?
Re : Pickup disappearing on islands -
Clad - 09.03.2014
Show the PickUps pls
Re: Pickup disappearing on islands -
Matess - 09.03.2014
Pickups goes to Z=0 if they are created out of San Andreas map.
So the pickup exists but right in the water.
Re: Pickup disappearing on islands -
maxy153 - 09.03.2014
<REMOVED>
Re: Pickup disappearing on islands -
maxy153 - 09.03.2014
I tried with:
Код:
CreateDynamicPickup(1272, 1, x, y, 0, -1);
It still doesn't work. How to solve the problem?
Re: Pickup disappearing on islands -
maxy153 - 27.10.2015
Still no solution?
Re: Pickup disappearing on islands -
Mencent - 27.10.2015
Hello!
Can you show us the coordinates of this pickup?
If the coordinates are higher as 4000.0, then the pickup disappears.
Re: Pickup disappearing on islands -
maxy153 - 27.10.2015
Quote:
Originally Posted by Mencent
Hello!
Can you show us the coordinates of this pickup?
If the coordinates are higher as 4000.0, then the pickup disappears.
|
Yes that's the problem, they are out of the game coordinates (3000, -3000).
I already know this, but I'm asking for solution (if any).