"Attach3DTextLabelToPlayer" Not working \:
#1

Hi

Usage:
Код:
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
Player3D[playerid] = Create3DTextLabel(tmp3,COLOR_YELLOW,X,Y,Z,50.0,0,1);
Attach3DTextLabelToPlayer(Player3D[playerid],playerid,0.0,0.0,0.0);
Why is it not working?
Reply
#2

Quote:
Originally Posted by `DivX
Hi

Usage:
Код:
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
Player3D[playerid] = Create3DTextLabel(tmp3,COLOR_YELLOW,X,Y,Z,50.0,0,1);
Attach3DTextLabelToPlayer(Player3D[playerid],playerid,0.0,0.0,0.0);
Why is it not working?
Seems strange but lowre the The Offset-Z coordinate of the player where 0.0,0.0,0.0
As i think 0.0 0.0 0.0 is the player position so your player may cover it.
Reply
#3

But he did not
Reply
#4

You can't see Your label
Reply
#5

Quote:
Originally Posted by E-Max
You can't see Your label
By that he means that if the label is attached to you, only other players can see it.
Reply
#6

I see, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)