31.12.2014, 21:33
Doesn't works. Is not highlighted (SelectTextDraw) and nothing. I made it by iPleomax's textdraw editor so everything should be okay.
What is wrong?
By the way - possible is call SelectTextDraw by click ESC? I want to make it unable to disable.
What is wrong?
Код:
mainmenu7 = TextDrawCreate( 92.062500, 340.375000, "Race!"); TextDrawLetterSize( mainmenu7 , 0.340997, 1.114374); TextDrawTextSize( mainmenu7 , 199.000000, -6.562500); TextDrawAlignment( mainmenu7 , 1); TextDrawColor( mainmenu7 , -1); TextDrawUseBox( mainmenu7 , true); TextDrawBoxColor( mainmenu7 , -16777179); TextDrawSetShadow( mainmenu7 , 0); TextDrawSetOutline( mainmenu7 , 1); TextDrawBackgroundColor( mainmenu7 , 51); TextDrawFont( mainmenu7 , 1); TextDrawSetProportional( mainmenu7 , 1); TextDrawSetSelectable( mainmenu7 , true);