12.05.2014, 14:13
Would this not work?
Change the last one 'TextDraw Box Size' to whatever you need it to be.
Код:
// On top of script: new Text:; // In OnGameModeInit = TextDrawCreate(325 ,325 , ""); TextDrawFont( , 1); TextDrawLetterSize( , 1, 7); TextDrawColor( , 0xff0000FF); TextDrawSetOutline( , false); TextDrawSetProportional( , true); TextDrawSetShadow( , 1); TextDrawUseBox(, 1); TextDrawBoxColor(, ); TextDrawBoxSize(, 500, 500);