Attach3dTEXT problem
#1

Having trouble attaching 3D TEXT to a player.

Quote:

new Text3Dlayertextid[MAX_PLAYERS];

Quote:

command(playerlabel, playerid, params[])
{
#pragma unused params

new Float:X, Float:Y, Float:Z;
if(Player[playerid][AdminLevel] >= 4)
{
GetPlayerPos(playerid, X, Y, Z);
playertextid[playerid] = CreatePlayer3DTextLabel(playerid, "a", WHITE, X, Y, Z, 40.0); // problem here
Attach3DTextLabelToPlayer(playertextid[playerid], playerid, 0.0, 0.0, 0.7);
}
return 1;
}

Quote:

(18264) : warning 213: tag mismatch

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: 7 Guest(s)