[HELP+] Textdraw bug
#1

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

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

When and where are you re-showing it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)