SA-MP Forums Archive
Creating pickups out of SA boundary - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Creating pickups out of SA boundary (/showthread.php?tid=238136)



Creating pickups out of SA boundary - leong124 - 11.03.2011

Hello,
I am creating a pickup in my island which is far from the original SA world.
However it doesn't show up when I get there, neither CreatePickup nor CreateDynamicPickup from streamer plugin get it work.
This is my coordinates:
Код:
7014.4526,-1933.0878,10.5911
and this is my script:
pawn Код:
prizepickup = CreateDynamicPickup(1550,1,prizeinfo[prizernd][prizex],prizeinfo[prizernd][prizey],prizeinfo[prizernd][prizez],-1,0,-1,500);
The weird thing is all the other pickups works perfectly except this one.

Please help :/


Re: Creating pickups out of SA boundary - leong124 - 12.03.2011

Any idea