Info = TextDrawCreate(527.000000, 153.000000, ".");
TextDrawBackgroundColor(Info, 255);
TextDrawFont(Info, 1);
TextDrawLetterSize(Info, 1.300000, 14.000000);
TextDrawColor(Info, -1);
TextDrawSetOutline(Info, 0);
TextDrawSetProportional(Info, 1);
TextDrawSetShadow(Info, 1);
TextDrawUseBox(Info, 1);
TextDrawBoxColor(Info, 60);
TextDrawTextSize(Info, 640.000000, 0.000000);
TextDrawSetSelectable(Info, 0);
Das ist meine Textdraw Box, doch durch diesen ' . ' der bei TextDrawCreate steht, ist der Punkt mega fett, wenn er aber nicht da ist, ist die TextdrawBOX richtig klein.
Wie kriege ich es hin, das sie die normale größe Behält und der Punkt weg ist?