05.08.2014, 08:00
I've got this Textdraw:
I have this when I show it:
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+
Код:
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);
Код:
TextDrawShowForPlayer(playerid, Textdraw0);