05.06.2011, 19:29
Is there a way to create just one textdraw to fill the full screen black?
new Text:Textdraw0;
// Create the textdraws:
Textdraw0 = TextDrawCreate(650.000000, -11.000000, "~n~~n~~n~");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.500000, 17.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 255);
TextDrawTextSize(Textdraw0, -21.000000, -30.000000);