12.06.2011, 22:37
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);