SA-MP Forums Archive
How to do this - 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: How to do this (/showthread.php?tid=501613)



How to do this - CallumDaBest - 19.03.2014

How do i create this pickup?
My Includes:
Код:
#include <a_samp>
#include <ZCMD>
#include <zcmd>

#include <YSI\y_ini>
#include <foreach>
#include <sscanf2>
Also NONMYSQL script


Re: How to do this - Keyhead - 19.03.2014

I'm guessing that pickup is something to do with a business system. The pickup itself is rather easy, the business system might be hard for you.


AW: How to do this - Macronix - 19.03.2014

Use these functions:

https://sampwiki.blast.hk/wiki/CreatePickup
or
https://sampwiki.blast.hk/wiki/AddStaticPickup

(You can find pickup IDs on this page http://weedarr.wikidot.com/pickups (with pictures) or on https://sampwiki.blast.hk/wiki/Pickup_IDs (without pictures)


Re: How to do this - MP2 - 19.03.2014

On a sidenote: Why do you have zcmd included twice? Remove the first one.