Textdraw problem..
#1

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.
Reply
#2

Are you using this editor? if not, try it out.
Reply
#3

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
Reply
#4

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);
Reply
#5

Maybe your textdraw editor is saving textdraw position incorrect
Use this textdraw editor for iPLEOMAX
https://sampforum.blast.hk/showthread.php?tid=376758
It's the best trust me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)