12.03.2013, 08:34
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.
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); }