12.05.2014, 21:07
Quote:
|
Would this not work?
Код:
// 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); |


