[HELP] Create3DTextLabel - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Create3DTextLabel (
/showthread.php?tid=422073)
[HELP] Create3DTextLabel -
Shouty - 12.03.2013
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);
}
Re: [HELP] Create3DTextLabel -
IgrexolonO - 12.03.2013
You won't see attached 3DTextLabel at yourself.
Re: [HELP] Create3DTextLabel -
Shouty - 12.03.2013
Is imposible to see a text label attached on me ?
Re: [HELP] Create3DTextLabel -
Scrillex - 12.03.2013
Yeah.. You can see attached text lables onlt on another players!