[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


Messages In This Thread
[HELP+] Textdraw bug - by E_Meec - 05.08.2014, 08:00
Re: [HELP+] Textdraw bug - by dirigent00 - 05.08.2014, 08:32
Re: [HELP+] Textdraw bug - by DaniceMcHarley - 05.08.2014, 08:55

Forum Jump:


Users browsing this thread: 2 Guest(s)