SA-MP Forums Archive
AddStaticPickup Problem ( Sa-mp 0.3a beta RC8) - 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: AddStaticPickup Problem ( Sa-mp 0.3a beta RC8) (/showthread.php?tid=101394)



AddStaticPickup Problem ( Sa-mp 0.3a beta RC8) - Alberto_Abate - 10.10.2009

I added some icons to my gamemod by using "AddStaticPickup" but i cant see them in game. What's problem?

Thanks,


Re: AddStaticPickup Problem ( Sa-mp 0.3a beta RC8) - lolmaster - 11.10.2009

Hi,

AddStaticPickup have a new Parameter.
You must set -1 on the and.

So:
AddStaticPickup(1274, 2, 2316.1252,-7.3941,26.7422,-1);


I hope i can help you


Re: AddStaticPickup Problem ( Sa-mp 0.3a beta RC8) - (.Aztec); - 11.10.2009

Quote:
Originally Posted by lolmaster
Hi,

AddStaticPickup have a new Parameter.
You must set -1 on the and.

So:
AddStaticPickup(1274, 2, 2316.1252,-7.3941,26.7422,-1);


I hope i can help you
Note: This is only if you want the pickup visible in every virtual world, the new parameter is Virtual World.


Re: AddStaticPickup Problem ( Sa-mp 0.3a beta RC8) - lolmaster - 11.10.2009

yes.

-1
that it means in each virtual world is watching.