SA-MP Forums Archive
Weird TextDraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Weird TextDraw (/showthread.php?tid=282309)



Weird TextDraw - Tigerbeast11 - 10.09.2011

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?


Re: Weird TextDraw - =WoR=Varth - 10.09.2011

https://sampwiki.blast.hk/wiki/TextDrawTextSize


Re: Weird TextDraw - Tigerbeast11 - 10.09.2011

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


Re: Weird TextDraw - Tigerbeast11 - 10.09.2011

EDIT: FIXED


Re: Weird TextDraw - =WoR=Varth - 10.09.2011

Quote:

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

There.