Weird Textdraw Box Width
#1

Hey, I have just started to learn the textdraw functions and then I encounted this weird width thing, anyone tell me whats wrong with my code, also how do I do spaces in the string?

Image of problem: http://i.imgur.com/uO03ncv.png
pawn Код:
Test = TextDrawCreate(204 ,225, "Welcome, John Farrow");
TextDrawFont(Test, 1);
TextDrawLetterSize(Test, 0.5, 1.5);
TextDrawColor(Test, 0x00368CFF);
TextDrawSetOutline(Test, false);
TextDrawSetProportional(Test, true);
TextDrawSetShadow(Test, 1);
TextDrawUseBox(Test, 1);
TextDrawBoxColor(Test, 0x1F1F1F88);
Reply


Messages In This Thread
Weird Textdraw Box Width - by AccountName - 28.05.2013, 20:06
Re: Weird Textdraw Box Width - by Pottus - 28.05.2013, 20:15
Re: Weird Textdraw Box Width - by AccountName - 28.05.2013, 20:17
Re: Weird Textdraw Box Width - by Pottus - 28.05.2013, 20:36
Re: Weird Textdraw Box Width - by MarkenFrank1 - 10.02.2014, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)