Textdraw box - background color problem
#3

look, these are my ALL TEXTDRAWS:

Код:
//TDOVI
Textdraw0 = TextDrawCreate(353.000000, 386.000000, "Box");// Do not touch this text here....(its the definition of the Box)
TextDrawAlignment(Textdraw0, 2);
TextDrawBackgroundColor(Textdraw0, 75);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.000000, 1.200000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 75);
TextDrawTextSize(Textdraw0, 545.000000, -310.000000);

Textdraw1 = TextDrawCreate(185.000000, 377.000000, "-");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 1);
TextDrawLetterSize(Textdraw1, 23.970052, 1.200000);
TextDrawColor(Textdraw1, -16776961);
TextDrawSetOutline(Textdraw1, 0);
TextDrawSetProportional(Textdraw1, 1);
TextDrawSetShadow(Textdraw1, 0);

Textdraw2 = TextDrawCreate(185.000000, 394.000000, "-");
TextDrawBackgroundColor(Textdraw2, 255);
TextDrawFont(Textdraw2, 1);
TextDrawLetterSize(Textdraw2, 23.860052, 1.000000);
TextDrawColor(Textdraw2, -16776961);
TextDrawSetOutline(Textdraw2, 0);
TextDrawSetProportional(Textdraw2, 1);
TextDrawSetShadow(Textdraw2, 0);

Textdraw3 = TextDrawCreate(198.000000, 379.000000, "[");
TextDrawBackgroundColor(Textdraw3, 255);
TextDrawFont(Textdraw3, 1);
TextDrawLetterSize(Textdraw3, 0.320000, 2.299999);
TextDrawColor(Textdraw3, -16776961);
TextDrawSetOutline(Textdraw3, 0);
TextDrawSetProportional(Textdraw3, 1);
TextDrawSetShadow(Textdraw3, 0);

Textdraw4 = TextDrawCreate(504.000000, 379.000000, "}");
TextDrawBackgroundColor(Textdraw4, 255);
TextDrawFont(Textdraw4, 1);
TextDrawLetterSize(Textdraw4, 0.320000, 2.299999);
TextDrawColor(Textdraw4, -16776961);
TextDrawSetOutline(Textdraw4, 0);
TextDrawSetProportional(Textdraw4, 1);
TextDrawSetShadow(Textdraw4, 0);

Textdraw5 = TextDrawCreate(205.000000, 386.000000, "Ovaj server je RolePlay sto znaci da morate igrati po pravilima");
TextDrawBackgroundColor(Textdraw5, 255);
TextDrawFont(Textdraw5, 1);
TextDrawLetterSize(Textdraw5, 0.210000, 1.100000);
TextDrawColor(Textdraw5, -1);
TextDrawSetOutline(Textdraw5, 0);
TextDrawSetProportional(Textdraw5, 1);
TextDrawSetShadow(Textdraw5, 1);
Reply


Messages In This Thread
Textdraw box - background color problem - by FL3GM4 - 22.12.2012, 14:17
Re: Textdraw box - background color problem - by DaRk_RaiN - 22.12.2012, 14:19
Re: Textdraw box - background color problem - by FL3GM4 - 22.12.2012, 14:26
Re: Textdraw box - background color problem - by FL3GM4 - 22.12.2012, 20:07
Re: Textdraw box - background color problem - by RedCrossER - 22.12.2012, 20:45
Re: Textdraw box - background color problem - by FL3GM4 - 22.12.2012, 21:02
Re: Textdraw box - background color problem - by FL3GM4 - 22.12.2012, 22:30

Forum Jump:


Users browsing this thread: 1 Guest(s)