Attach 3D text
#2

try this
pawn Код:
if(response)
{
        new string2[128];
            new Float:x,Float:y,Float:z;
            new Text3D:label = Create3DTextLabel(inputtext, textc[playerid],x,y,z, 40.0, 0, 0);
            GetPlayerPos(playerid,x,y,z);
            format(string2, sizeof(string2), "%s", inputtext);
            SendClientMessage(playerid,textc[playerid], string2);
            Attach3DTextLabelToPlayer(label,playerid,0.0, 0.0, 0.7);
}
else
{
            DeletePlayer3DTextLabel(playerid, PlayerText3D:label);

}
Reply


Messages In This Thread
Attach 3D text - by CroM256 - 22.03.2014, 08:41
Re: Attach 3D text - by iThePunisher - 22.03.2014, 09:19

Forum Jump:


Users browsing this thread: 3 Guest(s)