3dtext
#4

first add :
PHP код:
 new Text3Dplayertextid[MAX_PLAYERS
on the top of the script.

For the command, use this
PHP код:
if(strcmp(cmd"/playerlabel"true) == 0)
{
    
playertextidCreate3DTextLabel("Hello\nI'm at your position",0x008080FF30.040.050.040.00);
              
Attach3DTextLabelToPlayer(playertextid[playerid], playerid0.00.00.4);
return 
1;

To delete this, you'll need to add
PHP код:
Delete3DTextLabel(playeridplayertextid); 
rep me if i helped
Reply


Messages In This Thread
3dtext - by Saleem - 23.06.2013, 21:57
Re: 3dtext - by IstuntmanI - 23.06.2013, 22:32
Re: 3dtext - by Saleem - 24.06.2013, 04:47
Re: 3dtext - by JimmyCh - 24.06.2013, 08:29

Forum Jump:


Users browsing this thread: 1 Guest(s)