TextDraw fonts is gone crazy
#1

Hello everyone i have an intresting problem in my script when i type this code:

Код:
 		Titel[i] = TextDrawCreate(65.000000, 133.000000, "Informacija");

		TextDrawAlignment(Titel[i], 1);
		TextDrawBackgroundColor(Titel[i], 255);
		TextDrawFont(Titel[i], 0);
		TextDrawLetterSize(Titel[i], 0.519999, 1.700000);
		TextDrawColor(Titel[i], -1);
		TextDrawSetOutline(Titel[i], 1);
		TextDrawSetProportional(Titel[i], 1);
		
		TitelE[i] = TextDrawCreate(70.000000, 133.000000, "Klaida");

		TextDrawAlignment(Titel[i], 1);
		TextDrawBackgroundColor(Titel[i], 255);
		TextDrawFont(Titel[i], 0);
		TextDrawLetterSize(Titel[i], 0.519999, 1.700000);
		TextDrawColor(Titel[i], -1);
		TextDrawSetOutline(Titel[i], 1);
		TextDrawSetProportional(Titel[i], 1);
And the word "Informacija" and "Klaida" has the same paramethers as you can see by this code, and font is in both type 0 but when i try it in server the word "informacija" is in font type 0 but the word "Klaida" is in type 1 i can even imagen whear is the prob, can someone help me?

sorry for bad english
Reply


Messages In This Thread
TextDraw fonts is gone crazy - by ancezas - 13.12.2012, 19:41
Re: TextDraw fonts is gone crazy - by LarzI - 13.12.2012, 19:44
Re: TextDraw fonts is gone crazy - by DaRk_RaiN - 13.12.2012, 19:46
Re: TextDraw fonts is gone crazy - by ancezas - 13.12.2012, 20:02

Forum Jump:


Users browsing this thread: 2 Guest(s)