3dtext
#1

i need help with player3dtext label i found this on wiki but i dont find how to change it to when player type /playerlabel
then it ask for costume text not only 'm at your position"

like this /playerlabel playertext
and also how to destroy this label ? please help


Код:
if(strcmp(cmd, "/playerlabel", true) == 0)
{
    new PlayerText3D:playertextid;
    new Float:X, Float:Y, Float:Z;
    GetPlayerPos( playerid, X, Y, Z );
    playertextid = CreatePlayer3DTextLabel(playerid,"Hello\nI'm at your position",0x008080FF,X,Y,Z,40.0);
    return 1;
}
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: 2 Guest(s)