13.12.2012, 19:41
Hello everyone i have an intresting problem in my script when i type this code:
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
Код:
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);

sorry for bad english