05.08.2012, 01:47

When I created the textdraw, the "United States ( US )" thing was horizontal like normal across the black box, but since I added TextDrawTextSize, it messes up and does that. What did I do wrong?
pawn Code:
TeamSelUS = TextDrawCreate(216.000000, 180.000000, "United States ( US )");
TextDrawBackgroundColor(TeamSelUS, 255);
TextDrawFont(TeamSelUS, 1);
TextDrawLetterSize(TeamSelUS, 0.500000, 1.000000);
TextDrawColor(TeamSelUS, 16777215);
TextDrawSetOutline(TeamSelUS, 0);
TextDrawSetProportional(TeamSelUS, 1);
TextDrawSetShadow(TeamSelUS, 1);
TextDrawSetSelectable(TeamSelUS, 1);
TextDrawTextSize(TeamSelUS, 218.000000, 188.000000);