Posts: 265
Threads: 59
Joined: Sep 2013
Hello everyone, I am having some problems with the textdraw I am creating, I am using that editor, to edit the textdraws, and once I create it it looks perfect, but once I place the code in OnGameModeInit, and place the TextDrawShowForPlayer on OnPlayerRequestClass, I see the textdraw like that:
Thanks in advance if you're going to help.
Posts: 182
Threads: 27
Joined: Mar 2013
Reputation:
0
I think because you in the text draw editor you can't see the old text draws and when you create new one you see it like this
I think
Posts: 265
Threads: 59
Joined: Sep 2013
Quote:
Originally Posted by DaRk_RaiN
Are you using this editor? if not, try it out.
|
Quote:
Originally Posted by TomatoRage
I think because you in the text draw editor you can't see the old text draws and when you create new one you see it like this
I think
|
I used the link you gave me, and here's the result:
Tomato, I didn't understand what do you mean...
EDIT: I've fixed that to look like this:
But, I can't see the box, which is:
pawn Код:
Textdraw0 = TextDrawCreate(153.333343, 132.581481, "usebox");
TextDrawLetterSize(Textdraw0, 0.000000, 19.308023);
TextDrawTextSize(Textdraw0, 14.000000, 0.000000);
TextDrawAlignment(Textdraw0, 1);
TextDrawColor(Textdraw0, 0);
TextDrawUseBox(Textdraw0, true);
TextDrawBoxColor(Textdraw0, 102);
TextDrawSetShadow(Textdraw0, 0);
TextDrawSetOutline(Textdraw0, 0);
TextDrawFont(Textdraw0, 0);