03.05.2015, 11:12
How to make a big black textdraw above the whole screen?
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);