SA-MP Forums Archive
*** how to make that text??? *** - 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: *** how to make that text??? *** (/showthread.php?tid=158891)



*** how to make that text??? *** - GangsTa_ - 11.07.2010

How to make a text like this one to stand above a player?



You can see on the pic writes [BOT]Tenpenny
(It's not a player it's a NPC)
How can I make a text that will write something above the NPC or a place?


Re: *** how to make that text??? *** - Carlton - 11.07.2010

CreateA3DTextLabel, then attach it to a NPC and coordinate it up.


Re: *** how to make that text??? *** - GangsTa_ - 11.07.2010

Can you detail it?


Re: *** how to make that text??? *** - DeathOnaStick - 11.07.2010

pawn Код:
GetPlayerPos(playerid, px, py, pz);
Create3DTextLabel("<-- I'm with stupid", COLOR_BLUE, px, py, pz+3, 20.0, -1, 1);
Just for you to get an idea from that.