SA-MP Forums Archive
[SOLVED] Where is the pickup - 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: [SOLVED] Where is the pickup (/showthread.php?tid=129905)



[SOLVED] Where is the pickup - [DDC]Delight - 24.02.2010

Well first of all welcome,

Im having a small problem with a pickup.

I've saved coords of the pickup (I want a dollar sign at the ship)

Compiling no problem, but finding the pickup, it's just not there.

Code:
Код:
AddStaticPickup(1274, 1, 2003.0111,1546.2374,13.5859);
Could anyone help me whats wrong, thanks in advance.
Tisju,/


Re: Where is the pickup - Torran - 24.02.2010

Try

pawn Код:
CreatePickup(1274, 1, 2003.0111, 1546.2374, 12.5859, -1);



Re: Where is the pickup - [DDC]Delight - 24.02.2010

Quote:
Originally Posted by Torran
Try

pawn Код:
CreatePickup(1274, 1, 2003.0111, 1546.2374, 12.5859, -1);
I see an half dollar sign now, it's half in the ground but it worked its visible now

Thnx for the help