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
#2

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...
Reply
#3

Lol.... Did you try to change its color?
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)