14.02.2014, 11:46
Mionee stop posting read about playertextdraws they're normal textdraws!!!
Alright CuervO:
In addition I want to say that it works when I click on the textdraw and shit in OnPlayerClickPlayerTextdraw it hides but once I show the textdraw again and press Escape it just cancels the textdraw selection without hiding the textdraw please fix the code or make a code I tried for two days and I can't overcome this problem!
Alright CuervO:
pawn Код:
stock HidePlayerStatusTextDraws(playerid)
{
PlayerTextDrawHide(playerid, Textdraw0);
PlayerTextDrawHide(playerid, Textdraw1);
PlayerTextDrawHide(playerid, Textdraw2);
PlayerTextDrawHide(playerid, Textdraw3);
PlayerTextDrawHide(playerid, Textdraw4);
PlayerTextDrawHide(playerid, Textdraw5);
PlayerTextDrawHide(playerid, Textdraw6);
PlayerTextDrawHide(playerid, Textdraw7);
PlayerTextDrawHide(playerid, Textdraw8);
PlayerTextDrawHide(playerid, Textdraw9);
PlayerTextDrawHide(playerid, Textdraw10);
PlayerTextDrawHide(playerid, Textdraw11);
PlayerTextDrawHide(playerid, Textdraw12);
PlayerTextDrawHide(playerid, Textdraw13);
PlayerTextDrawHide(playerid, Textdraw14);
PlayerTextDrawHide(playerid, Textdraw15);
PlayerTextDrawHide(playerid, Textdraw16);
PlayerTextDrawHide(playerid, Textdraw17);
PlayerTextDrawHide(playerid, Textdraw18);
PlayerTextDrawHide(playerid, Textdraw19);
PlayerTextDrawHide(playerid, Textdraw20);
PlayerTextDrawHide(playerid, Textdraw21);
PlayerTextDrawHide(playerid, Textdraw22);
PlayerTextDrawHide(playerid, Textdraw23);
PlayerTextDrawHide(playerid, Textdraw24);
PlayerTextDrawHide(playerid, Textdraw25);
PlayerTextDrawHide(playerid, Textdraw26);
PlayerTextDrawHide(playerid, Textdraw27);
PlayerTextDrawHide(playerid, Textdraw28);
}
In addition I want to say that it works when I click on the textdraw and shit in OnPlayerClickPlayerTextdraw it hides but once I show the textdraw again and press Escape it just cancels the textdraw selection without hiding the textdraw please fix the code or make a code I tried for two days and I can't overcome this problem!