changeable 3dtext above a players head
#2

pawn Код:
UpdatePlayer3DTextLabelText(playerid, playertextid, 0xFFFFFFFF, "");
Text is Here
pawn Код:
UpdatePlayer3DTextLabelText(playerid, playertextid, 0xFFFFFFFF, "Hello World!");
Thats not a chat, its function to display text

EDIT: what you need to do is:
pawn Код:
new Player3DText:Text[MAX_PLAYERS];

CreatePlayer3DLabel(...

//and than with

format(string,sizeof(string),"%s says: %s",Playername,text);
UpdatePlayer3DTextLabelText(playerid, Text[playerid], 0xFFFFFFFF,string);
I just move you to right deriction, rest learn by self.
Reply


Messages In This Thread
changeable 3dtext above a players head - by chaosnz - 24.09.2010, 10:44
Re: changeable 3dtext above a players head - by Voldemort - 24.09.2010, 11:05
Re: changeable 3dtext above a players head - by chaosnz - 26.09.2010, 23:03
Re: changeable 3dtext above a players head - by Shadow™ - 26.09.2010, 23:08

Forum Jump:


Users browsing this thread: 1 Guest(s)