Create3dtextlabel
#1

hey guys i wanna make a 3d text label that it shows above the player but it has to say what he types in say i typed

/Label the killer.

i want the label to say above the player The Killer here is my code but i have no idea how to do this

Код:
		if(strcmp(cmdtext,"/label",true) == 0)
		{
                    new PlayerText3D:playertextid;
		    new Float:X, Float:Y, Float:Z;
		    GetPlayerPos( playerid, X, Y, Z );
		    playertextid = CreatePlayer3DTextLabel(playerid,"%s",0x008080FF,X,Y,Z,40.0);
		    return 1;
                }
Can Someone help meeee
Reply


Messages In This Thread
Create3dtextlabel - by Zonoya - 12.08.2011, 21:43
Re: Create3dtextlabel - by Tigerkiller - 12.08.2011, 22:34
Re: Create3dtextlabel - by Zonoya - 12.08.2011, 22:38
Re: Create3dtextlabel - by Tigerkiller - 12.08.2011, 22:42
Re: Create3dtextlabel - by Zonoya - 12.08.2011, 22:46
Re: Create3dtextlabel - by grand.Theft.Otto - 12.08.2011, 22:47
Re: Create3dtextlabel - by Zonoya - 12.08.2011, 22:52
Re: Create3dtextlabel - by Tigerkiller - 12.08.2011, 22:53
Re: Create3dtextlabel - by grand.Theft.Otto - 12.08.2011, 22:54
Re: Create3dtextlabel - by Zonoya - 12.08.2011, 22:55
Re: Create3dtextlabel - by Tigerkiller - 12.08.2011, 23:09

Forum Jump:


Users browsing this thread: 4 Guest(s)