why is everything in caps?
#1

I have this:

Код:
stock F_CreateMenu(title[], Float:x, Float:y, Float:boxlength)
{
	new id;
	while(MenuInfo[id][UsedMenu] == true) id++;

	MenuInfo[id][T_Title] = TextDrawCreate( x, y, title);
	TextDrawUseBox(MenuInfo[id][T_Title], 1);
	TextDrawBoxColor(MenuInfo[id][T_Title], 0x00000033);
	TextDrawTextSize(MenuInfo[id][T_Title], boxlength, 0.000000);
	TextDrawBackgroundColor(MenuInfo[id][T_Title], 0x000000ff);
	TextDrawFont(MenuInfo[id][T_Title], 2);
	TextDrawLetterSize(MenuInfo[id][T_Title], 0.299999, 1.100000);
	TextDrawColor(MenuInfo[id][T_Title], 0xffffffff);
	TextDrawSetOutline(MenuInfo[id][T_Title], 1);
	TextDrawSetProportional(MenuInfo[id][T_Title], 1);
	TextDrawSetShadow(MenuInfo[id][T_Title], 1);
}
and i do this:
Код:
F_CreateMenu("test", 20.0, 50.0, 100.0);
and than the text on my screen is all in caps
Reply


Messages In This Thread
why is everything in caps? - by ғαιιοцт - 12.02.2009, 17:39
Re: why is everything in caps? - by Ycto - 12.02.2009, 17:43
Re: why is everything in caps? - by ғαιιοцт - 12.02.2009, 17:51

Forum Jump:


Users browsing this thread: 1 Guest(s)