SA-MP Forums Archive
3D Text Label Help - 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: 3D Text Label Help (/showthread.php?tid=625642)



3D Text Label Help - RyderX - 04.01.2017

Hello Guys someone know how to attach 3D Text label to Position?

Here's the label:
PHP код:
new Text3D:LVS[MAX_PLAYERS]; 
And here's the position where i want to set it.
Код:
AddPlayerClass(287,2028.9471,1545.1735,10.8203,294.7185,0,0,0,0,0,0); // //LVS Label



Re: 3D Text Label Help - BiosMarcel - 04.01.2017

I srsly hope this is a joke

https://sampwiki.blast.hk/wiki/Create3DTextLabel


Re: 3D Text Label Help - oMa37 - 04.01.2017

Hahahah


Re: 3D Text Label Help - RyderX - 04.01.2017

Lol, i use Create3DTextLabel in the Script and isn't showing any Parameters??!


Re: 3D Text Label Help - Randouso - 04.01.2017

Do you mean this?

pawn Код:
LVS[playerid] = Create3DTextLabel("Text", Color, 2028.9471, 1545.1735, 10.8203, 10, 0);