Create3DTextLabel - Hard to read?
#1

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);
Reply


Messages In This Thread
Create3DTextLabel - Hard to read? - by Carvos - 12.06.2011, 22:37
Re: Create3DTextLabel - Hard to read? - by Scenario - 12.06.2011, 22:52
Re: Create3DTextLabel - Hard to read? - by ricardo178 - 12.06.2011, 22:54
Re: Create3DTextLabel - Hard to read? - by Scenario - 12.06.2011, 23:10

Forum Jump:


Users browsing this thread: 1 Guest(s)