SA-MP Forums Archive
Help me! - 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: Help me! (/showthread.php?tid=482072)



Help me! - ILoveBacon - 19.12.2013

What is Different Between CreatePickup And AddStaticPickup ?
Sorry For This Nub Question.


Re: Help me! - doreto - 19.12.2013

samp wiki:

Quote:

CreatePickup -> This function does exactly the same as AddStaticPickup, except it returns a pickup ID which can be used to destroy it afterwards and be tracked using OnPlayerPickUpPickup.

Quote:

AddStaticPickup -> This function adds a 'static' pickup to the game. These pickups support weapons, health, armor etc., with the ability to function without scripting them (weapons/health/armor will be given automatically).




Re: Help me! - ILoveBacon - 19.12.2013

Ok Bro Thanks, I Got It.