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



Pickup Help - Steven82 - 04.10.2010

Alright so i am wanting to label my pickups instead of just doing

pawn Код:
Createpickup
pawn Код:
AddStaticPickup
Whats the abveration(cnt spell ) for the pickup. EX for 3DTextLabel its

pawn Код:
new Text3D:ex
Sorry this is a noobish question, but thanks

P.S. If there isn't any at all, please call me a n00b


Re: Pickup Help - Mauzen - 04.10.2010

For Pickups you can just use normal integers
e.g. new pickup = CreatePickup(...);


Re: Pickup Help - Steven82 - 04.10.2010

Alright thanks ima n00b