SA-MP Forums Archive
I cant see CreatePlayer3DTextLabel - 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: I cant see CreatePlayer3DTextLabel (/showthread.php?tid=131345)



I cant see CreatePlayer3DTextLabel - Luk_Ass - 02.03.2010

I tried:
Код:
new Float: x[3];
GetPlayerPos(playerid, x[0], x[1], x[2]);
CreatePlayer3DTextLabel(playerid, "oooooooooo", 0xFFFFFFFF, x[0], x[1], x[2], 50.0);
But I cant see anything. Wheres the problem? Broken function?


Re: I cant see CreatePlayer3DTextLabel - wafffllesss - 02.03.2010

I don't know exactly what is wrong, but try this:
pawn Код:
Ok seif, i did not know much about Create3Dtexts =[ ( YET!)



Re: I cant see CreatePlayer3DTextLabel - Luk_Ass - 02.03.2010

Quote:
Originally Posted by Seif_
FF = 255 = full alpha.
Thanks .