SA-MP Forums Archive
Pikcup 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)
+--- Thread: Pikcup help (/showthread.php?tid=380377)



Pikcup help - Loloz - 25.09.2012

Anyone got a clue of what code should i use to create some text on pickup like this one?
http://imageshack.us/a/img818/7100/samp000vd.png


Re: Pikcup help - CaRa - 25.09.2012

Create this ongamemodeinit

Код:
 CreatePickup(1239, 23, x ,y ,z);
1239 -> ID of object, you can choose from here what object you want.

23 -> is type of the object. click here to see what type exists


Re: Pikcup help - trapstar2020 - 25.09.2012

u need to create a enum for the businessed load and save the business and the streamastatic pickup to do it !


Re: Pikcup help - clarencecuzz - 25.09.2012

Quote:
Originally Posted by CaRa
Посмотреть сообщение
Create this ongamemodeinit

Код:
 CreatePickup(1239, 23, x ,y ,z);
1239 -> ID of object, you can choose from here what object you want.

23 -> is type of the object. click here to see what type exists
Click HERE to see the actual syntax of CreatePickup, and realise that you're missing a parameter.

Click HERE to see that there is no such Pickup Type as 23 and try again.


Re: Pikcup help - Loloz - 25.09.2012

my question is how to create that kind of text. with that colors/lines.
i know how to create the "i" pickup


Re: Pikcup help - clarencecuzz - 25.09.2012

https://sampwiki.blast.hk/wiki/Create3DTextLabel

This??

For color embedding help see this:
https://sampwiki.blast.hk/wiki/Colors