TextDrawTextSize messing with textdraws?
#1



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

https://sampforum.blast.hk/showthread.php?tid=117851 < easier textdraw creator..
Reply
#3

Try to remove:
Code:
    TextDrawSetProportional(TeamSelUS, 1);
I think that's the ting making the text "proportional".

Hope it worked
Reply
#4

Quote:
Originally Posted by RelaxCafe
View Post
That's what I use.

Quote:
Originally Posted by Ranama
View Post
Try to remove:
Code:
    TextDrawSetProportional(TeamSelUS, 1);
I think that's the ting making the text "proportional".

Hope it worked
Didn't work, sadly.
Reply


Forum Jump:


Users browsing this thread: