[HELP] Create3DTextLabel
#1

I don't know how to create a 3DTextLabel.
I used the wiki example but it don't work.

At all I want to Attach a 3Dlabel to a player. I used this code.
Code:
public OnPlayerConnect(playerid)
{
    new Text3D:label = Create3DTextLabel("Citizen", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
    Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
}
Reply
#2

You won't see attached 3DTextLabel at yourself.
Reply
#3

Is imposible to see a text label attached on me ?
Reply
#4

Yeah.. You can see attached text lables onlt on another players!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)