Textdraw.
#1

Is there a way to create just one textdraw to fill the full screen black?
Reply
#2

Yes. Us the boxes and expand them all the way on x axis and y axis.(Sorry I haven't wrote that before :/)
Reply
#3

Please can you help me, instead of just "yes" :/
Reply
#4

Here, I've done it really quickly:

pawn Код:
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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)