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



Pickup question? - CLT - 26.06.2013

Hello guys, so I've created a pickup and set the params of it and everything works fine, but I kinda don't know how to attach a text to the pickup to display it. I mean that it shall look like that "PICKUP" ^^ On the top of it, it shall display "LSPD or w/e"...

Here's a pic. of what I mean.

Thanks ahead



Re: Pickup question? - Cjgogo - 26.06.2013

You need to use this function:

pawn Код:
Create3DTextLabel("CustomText",COLOR_CUSTOM,PickUpPositionX, PickUpPositionY, PickUpPositionZ+0.5,DrawDistance,VirtualWorldID,0);



Re: Pickup question? - CLT - 26.06.2013

Quote:
Originally Posted by Cjgogo
Посмотреть сообщение
You need to use this function:

pawn Код:
Create3DTextLabel("CustomText",COLOR_CUSTOM,PickUpPositionX, PickUpPosY, PickUpPositionZ+0.5,DrawDistance,VirtualWorldID,0);
Thanks helped me alot