TextDraw above an admin head
#1

Hi guys,

I wanna to make a TextDraw like "Administrator" above the admins head

I've tried this one :

public OnPlayerSpawn(playerid)
{
new Text3D:label = Create3DTextLabel("Administrator", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
}
return 1;
}

But my players couldn't see it ?

Any solutions ?
Reply
#2

Have you read the wiki?

Quote:

Important Note
If the virtualworld is set as -1 the text will not appear.

Reply
#3

If you're not using ChatBubbles for anything else you can consider using that instead. They behave pretty much like 3DTextLabels. Set the expiretime to cellmax.
Reply
#4

I wan't that the TextDraw, still above his head until his disconnection
Reply
#5

Help?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)