Attach3dTEXT problem
#8

okei try this
pawn Код:
command(playerlabel, playerid, params[])
{

new Text3D:label[MAX_PLAYERS];
new Float:X, Float:Y, Float:Z;

if(Player[playerid][AdminLevel] >= 4)
{
     GetPlayerPos(playerid, X, Y, Z);
     label[playerid] = Create3DTextLabel(playerid, "a", WHITE, X, Y, Z, 40.0);
     Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
     return 1;
}
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: 1 Guest(s)