SA-MP Forums Archive
Big Black Textdraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Big Black Textdraw (/showthread.php?tid=572960)



Big Black Textdraw - Blackazur - 03.05.2015

How to make a big black textdraw above the whole screen?


Re: Big Black Textdraw - bgedition - 03.05.2015

here you go
Код:
new Text:BlackBox;
BlackBox = TextDrawCreate(641.899902, 1.500000, "BlackBox");
TextDrawLetterSize(BlackBox, 0.000000, 49.412498);
TextDrawTextSize(BlackBox, -2.000000, 0.000000);
TextDrawAlignment(BlackBox, 1);
TextDrawColor(BlackBox, 0);
TextDrawUseBox(BlackBox, true);
TextDrawBoxColor(BlackBox, 255);
TextDrawSetShadow(BlackBox, 0);
TextDrawSetOutline(BlackBox, 0);
TextDrawBackgroundColor(BlackBox, 255);
TextDrawFont(BlackBox, 0);