28.05.2013, 20:06
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
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);