SA-MP Forums Archive
Textdraw problem.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw problem.. (/showthread.php?tid=468335)



Textdraw problem.. - CesarLT - 07.10.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.


Re: Textdraw problem.. - DaRk_RaiN - 07.10.2013

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


Re: Textdraw problem.. - TomatoRage - 07.10.2013

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


Re: Textdraw problem.. - CesarLT - 08.10.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);



Re: Textdraw problem.. - iFiras - 08.10.2013

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