Textdraw help
#2

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);
Change the last one 'TextDraw Box Size' to whatever you need it to be.
Reply


Messages In This Thread
Textdraw help - by Lajko1 - 12.05.2014, 14:09
Re: Textdraw help - by NoSoap - 12.05.2014, 14:13
Re : Textdraw help - by Ramoboss - 12.05.2014, 14:49
Re: Re : Textdraw help - by Lajko1 - 12.05.2014, 20:54
Re: Textdraw help - by DaniceMcHarley - 12.05.2014, 21:07
AW: Textdraw help - by Macronix - 12.05.2014, 21:28
Re: Textdraw help - by Lajko1 - 12.05.2014, 21:53
Re: Textdraw help - by Lajko1 - 13.05.2014, 14:00
Re: Textdraw help - by Lajko1 - 13.05.2014, 17:57

Forum Jump:


Users browsing this thread: 1 Guest(s)