Create3DTextLabel - Hard to read? - 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: Create3DTextLabel - Hard to read? (
/showthread.php?tid=261323)
Create3DTextLabel - Hard to read? -
Carvos - 12.06.2011
I've been spending time on a filterscript for houses as you might have noticed from my previous topic. Now I've encountered a new problem. When creating a 3D text label, I discovered it's quite hard to read. Is there any way to make the label more visible or the font-size bigger? I already took a color which is one of the best readable, but I still think it's too hard to read. This is the code part, if required;
Код:
new PropertyString[128];
format(PropertyString,sizeof(PropertyString),"Owner: %s \n House Price: $%d.",hInfo[hid][Name], hInfo[hid][Cost]);
HouseLabel[hid] = Create3DTextLabel(PropertyString, 0xff4646FF, hInfo[hid][iconx], hInfo[hid][icony], hInfo[hid][iconz]+0.5,10, 0);
Re: Create3DTextLabel - Hard to read? -
Scenario - 12.06.2011
I don't believe you are using a streamer, so it definitely isn't that. You can't really make them much brighter, except by using different colors...
Re: Create3DTextLabel - Hard to read? -
ricardo178 - 12.06.2011
Lol.... Did you try to change its color?
Re: Create3DTextLabel - Hard to read? -
Scenario - 12.06.2011
Quote:
Originally Posted by ricardo178
Lol.... Did you try to change its color?
|
Quote:
Originally Posted by Carvos
I already took a color which is one of the best readable, but I still think it's too hard to read.
|
Did you even read? lol