27.05.2016, 14:02
Queria saber se tem algum modo de quando o player apertar ESC as textdraws sumir, pois quando ele aperta esc apenas cancela a seleзгo e as text permanecem.
if(clickedid == Text:INVALID_TEXT_DRAW)
{
// TextDrawHide,..
}
if(playertextid == PlayerText:INVALID_TEXT_DRAW)
{
// PlayerTextDrawHide,...
}
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if(_:clickedid == INVALID_TEXT_DRAW)
{
//o que fazer qnd ESC for teclado enquanto o cursor estiver na tela...aconselharia a utilizar variбveis de controle para identificar se apresentou tal textdraw
}
return 1;
}