17.03.2013, 15:32
Hello, I just finished making a new textdraw logo for my server, which took me some time. I used Zamaroht's textdraw editor. But when I finish, this comes up in the file:
And it all seems to weird! So I tried to convert it, so now its this:
But it doesn't work properly. It turns out like this:
http://prntscr.com/wp0b8
When it is SUPPOSED to turn out like this:
http://prntscr.com/wp10e
Please help!! Thanks
Код:
TDFile=yes 0T_Created=1 0T_Text=Los Santos Life 0T_Font=3 0T_Color=-388555521 0T_BackColor=255 0T_BoxColor=255 0T_XSize=0.569999 0T_YSize=1.500000 0T_X=491.000000 0T_Y=402.000000 2T_Created=1 2T_Text=Cops n Robbers 2T_X=504.000000 2T_Y=419.000000 2T_Alignment=0 2T_BackColor=255 2T_UseBox=0 2T_BoxColor=255 2T_TextSizeX=0.000000 2T_TextSizeY=0.000000 2T_Color=448325887 2T_Font=3 2T_XSize=0.470000 2T_YSize=1.500000 2T_Outline=0 2T_Proportional=1 2T_Shadow=1 2T_Selectable=0 2T_PreviewModel=-1 2PMRotX=-16.000000 2PMRotY=0.000000 2PMRotZ=-55.000000 2PMZoom=1.000000
pawn Код:
Logo = TextDrawCreate(491.000000, 402.000000, "Los Santos Life");
TextDrawBackgroundColor(Logo, 255);
TextDrawFont(Logo, 3);
TextDrawLetterSize(Logo, 0.569999, 1.500000);
TextDrawColor(Logo, 388555521);
TextDrawSetOutline(Logo, 0);
TextDrawSetProportional(Logo, 1);
TextDrawSetShadow(Logo, 0);
Logo = TextDrawCreate(504.000000, 419.000000, "Cops n Robbers");
TextDrawBackgroundColor(Logo2, 255);
TextDrawFont(Logo2, 3);
TextDrawLetterSize(Logo2, 0.470000, 1.500000);
TextDrawColor(Logo2, 448325887);
TextDrawSetOutline(Logo2, 0);
TextDrawSetProportional(Logo2, 1);
TextDrawSetShadow(Logo2, 0);
http://prntscr.com/wp0b8
When it is SUPPOSED to turn out like this:
http://prntscr.com/wp10e
Please help!! Thanks