16.03.2013, 20:37
First of all, thank you for reading this.
Alright, so I'm using the following code:
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!
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);
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!