Pikcup help
#1

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
Reply
#2

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
Reply
#3

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

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.
Reply
#5

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

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

This??

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


Forum Jump:


Users browsing this thread: 1 Guest(s)