CreatePlayer3DTextLabel
#1

thanks
Reply
#2

You can't attach labels to yourself, you won't see them. They work like name tags when you attach them to a player.
Reply
#3

Quote:
Originally Posted by Kye
You can't attach labels to yourself, you won't see them. They work like name tags when you attach them to a player.
I know, but other player also did not see this 3DText
Reply
#4

You made a player 3d text label which is visible only for you, as you specified.
Reply
#5

Because you use CreatePlayer3DTextLabel,instead of Create3DTextLabel .
CreatePlayer3DTextLabel - (Creates a 3D Text Label only for a specific player)
Reply
#6

Reply
#7

Reply
#8

Try this:

pawn Код:
new Text3D:text[MAX_PLAYERS];

if(strcmp(cmdtext, "/abc", true) == 0){
SetTimer("cccddd",20000,0);
text[playerid] = Create3DTextLabel("gog",0xFFFF00AA,0.0,0.0,0.0,15.0,0);
Attach3DTextLabelToPlayer(text[playerid], playerid, 0.0, 0.0, -0.4);
return 1;}

stock UnAttach3DTextLabelToPlayer(playerid) return Delete3DTextLabel(text[playerid]);
}
Reply
#9

thnks theme close please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)