Hi,
I haven't be able to detect when the escape key was pressed also with this code that I've find in this forum:
I used playertextdraw not normal textdraw.
Thanks in advance
I haven't be able to detect when the escape key was pressed also with this code that I've find in this forum:
Code:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if(_:clickedid == INVALID_TEXT_DRAW)
{
//Do stuff
}
return 1;
}
Thanks in advance