Text draw fail.
#1

First of all, thank you for reading this.

Alright, so I'm using the following code:
pawn Код:
FactionInvite = TextDrawCreate(0.5, 280.0, "You have been invited to a faction~n~ use /accept faction to continue");
    TextDrawUseBox(FactionInvite, 1);
    TextDrawBoxColor(FactionInvite, 0x000000FF);
    TextDrawTextSize(FactionInvite, 0.4, 26.4);
    TextDrawBackgroundColor(FactionInvite, 0x000000FF);
    TextDrawLetterSize(FactionInvite, 0.4, 0.8);
This is the first time I create a textdraw and I want the textdraw to be in a black square ( box )
Well, the problem is whenever I show this textdraw to someone it comes out like this:
"You
have
been
invited
to
a
...." ( and it's not in a box )

What am I doing wrong..? I've never experienced with textdraws, as was said above, any help/explnation will be appreicated!
Reply


Messages In This Thread
Text draw fail. - by Denying - 16.03.2013, 20:37
Re: Text draw fail. - by Jstylezzz - 16.03.2013, 20:39
Re: Text draw fail. - by Denying - 16.03.2013, 20:41
Re: Text draw fail. - by Denying - 16.03.2013, 21:07
Re: Text draw fail. - by Jstylezzz - 16.03.2013, 21:25
Re: Text draw fail. - by Denying - 16.03.2013, 21:28

Forum Jump:


Users browsing this thread: 3 Guest(s)