Weird TextDraw
#1

Here is what it looks like:


This is what the textdraw create thingy is like:
pawn Code:
balancer = TextDrawCreate(20 ,200 , "This team is full, you ~N~must choose the other team.");
    TextDrawFont(balancer , 1);
    TextDrawLetterSize(balancer , 0.4, 2.8000000000000003);
    TextDrawColor(balancer , 0xffffffFF);
    TextDrawSetOutline(balancer , true);
    TextDrawSetProportional(balancer , true);
    TextDrawSetShadow(balancer , 1);
    TextDrawUseBox(balancer, 1);
    TextDrawBoxColor(balancer,0x0F0F0FFF);
What should I do?
Reply
#2

https://sampwiki.blast.hk/wiki/TextDrawTextSize
Reply
#3

But I'm not using alignment? How can I fix it?
Reply
#4

EDIT: FIXED
Reply
#5

Quote:

x The x size following the same 640x480 grid as TextDrawCreate.
y The y size following the same 640x480 grid as TextDrawCreate.

There.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)