SA-MP Forums Archive
Class 3d text? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Class 3d text? (/showthread.php?tid=177966)



Class 3d text? - Georgelopez1 - 19.09.2010

I have a class that i want to have some text over it. ( When they choose the class/skin they want, it has words over it, trucker, swimmer etc. ) Thannks.

Heres my co-ordanance
Код:
AddPlayerClass(161,-2188.6189,-208.8881,36.5156,269.1193,0,0,0,0,0,0);



Re: Class 3d text? - Las Venturas CNR - 19.09.2010

Not sure if this will work in the call back "OnPlayerRequestClass", but try
and use Attach3DTextLabelToPlayer.


Re: Class 3d text? - Georgelopez1 - 20.09.2010

Idk how to do that, i was trying to get someone to do it for me, so i can see what they did.