SA-MP Forums Archive
3DTextLabel not shown? - 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: 3DTextLabel not shown? (/showthread.php?tid=292082)



3DTextLabel not shown? - Admigo - 22.10.2011

Heey all,
Why my 3dtextlabel dont shows?
//onplayerconnect
Код:
	Label1[playerid] = CreatePlayer3DTextLabel(playerid,"{ffff00}•  •  •",-1,0,0,0.9,10.0,playerid,INVALID_VEHICLE_ID,1);
	Label2[playerid] = CreatePlayer3DTextLabel(playerid,"{ffff00} • • •",-1,0,0,1.9,10.0,playerid,INVALID_VEHICLE_ID,1);
	Label3[playerid] = CreatePlayer3DTextLabel(playerid,"{ffff00} •••••",-1,0,0,2.9,10.0,playerid,INVALID_VEHICLE_ID,1);
Thanks admigo


Re: 3DTextLabel not shown? - Baboon - 22.10.2011

This is a player textlabel. Its on top of someones body and it will show to another player.
Use Create3dTextLabel and then Attach it to a player.


Re: 3DTextLabel not shown? - =WoR=G4M3Ov3r - 22.10.2011

Clearly your floats are X:0, Y:0, Z:0.9, and you've put the colourid as -1.


Re: 3DTextLabel not shown? - Admigo - 22.10.2011

i changed it but it dont works again:S
I just want to have this above u head but then a crown for admins:
https://sampforum.blast.hk/showthread.php?tid=265487