SA-MP Forums Archive
[HELP+] Textdraw bug - 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: [HELP+] Textdraw bug (/showthread.php?tid=530046)



[HELP+] Textdraw bug - E_Meec - 05.08.2014

I've got this Textdraw:

Код:
Textdraw0 = TextDrawCreate(650.000000, 2.000000, "_");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.500000, 12.599998);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 255);
TextDrawTextSize(Textdraw0, -10.000000, 0.000000);
TextDrawSetSelectable(Textdraw0, 0);
I have this when I show it:

Код:
TextDrawShowForPlayer(playerid, Textdraw0);
But when I call the function TextDrawHideForPlayer(playerid, Textdraw0); and I try to RE-SHOW with TextDrawShow the TD don't show and I don't know the reason of that. I've checked all TextDrawHide for the Textdraw0 and it looks good. HELP+


Re: [HELP+] Textdraw bug - dirigent00 - 05.08.2014

Can we get codes where you show and hide your textdraw?


Re: [HELP+] Textdraw bug - Beckett - 05.08.2014

When and where are you re-showing it?