SA-MP Forums Archive
Text draw colors - 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: Text draw colors (/showthread.php?tid=169357)



Text draw colors - Cameltoe - 19.08.2010

How would i set a textdraw color?

Iv'e tried:
- TextDrawColor(TestText,0x000000FF);
- TextDrawColor(TestText,COLOR_BLUE);

And:
new RandomTextColor=random(sizeof(TextColors));
format(str,sizeof(str), "%s %d",RandomTextColor,Number);

Nothing seem's to work, i also been searching around for a while .. no answer.


Re: Text draw colors - Cameltoe - 20.08.2010

Bump, Anoyone?