Big Black Textdraw
#1

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

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)