*** how to make that text??? ***
#1

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

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

Can you detail it?
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)