Attach3dTEXT problem
#9

pawn Код:
command(playerlabel, playerid, params[])
{
    new Text3D:label[MAX_PLAYERS], Float:X, Float:Y, Float:Z;
    if(Player[playerid][AdminLevel] >= 4) return 0;
    GetPlayerPos(playerid, X, Y, Z);
    label[playerid] = Create3DTextLabel("a",WHITE,X, Y, Z,40.0,0);
    Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
    return 1;
}
@Elviss you missed up something.
Reply


Messages In This Thread
Attach3dTEXT problem - by Jordman248 - 22.02.2011, 19:07
Re: Attach3dTEXT problem - by Elviss - 22.02.2011, 19:22
Re: Attach3dTEXT problem - by Jordman248 - 22.02.2011, 19:31
Re: Attach3dTEXT problem - by Elviss - 22.02.2011, 19:35
Re: Attach3dTEXT problem - by Jordman248 - 22.02.2011, 19:44
Re: Attach3dTEXT problem - by Jordman248 - 22.02.2011, 19:59
Re: Attach3dTEXT problem - by Elviss - 23.02.2011, 10:07
Re: Attach3dTEXT problem - by Elviss - 23.02.2011, 10:11
Re: Attach3dTEXT problem - by HyperZ - 23.02.2011, 12:30
Re: Attach3dTEXT problem - by MadeMan - 23.02.2011, 12:44

Forum Jump:


Users browsing this thread: 6 Guest(s)