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


Messages In This Thread
Weird TextDraw - by Tigerbeast11 - 10.09.2011, 14:31
Re: Weird TextDraw - by =WoR=Varth - 10.09.2011, 14:36
Re: Weird TextDraw - by Tigerbeast11 - 10.09.2011, 14:39
Re: Weird TextDraw - by Tigerbeast11 - 10.09.2011, 14:42
Re: Weird TextDraw - by =WoR=Varth - 10.09.2011, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)