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



Hi :) - Bek_Loking - 21.06.2014

Hey! I'm somewhat familiar with pawno scripting, and I'm ready to learn more. Now I want to learn how to make these things, no need for code, just paste me the link: http://i.imgur.com/TrLLXnW.png

And I want to know how to make those spinning pickups but you can't actually pick them up :S don't know how to explain. umm. like that "i" thing that is spinning, and when you enter it you get a client message what to type :S I don't know how to explain it better if you don't understand I'll take a ss of it from another server


Re: Hi :) - RedFusion - 21.06.2014

The icons on the map you're referring to can be made with SetPlayerMapIcon

And the spinning pickups are called Pickups, can be made with CreatePickup


Re: Hi :) - Bek_Loking - 21.06.2014

But what if I want the pickup to be non-pickupable?


Re: Hi :) - RedFusion - 21.06.2014

Then you set the type parameter to 1.
https://sampwiki.blast.hk/wiki/PickupTypes
pawn Код:
CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld)
It's the second parameter.


Re: Hi :) - BroZeus - 21.06.2014

https://sampwiki.blast.hk/wiki/CreatePickup
EDIT:too late sry for double post