19.04.2013, 11:12
PHP Code:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if(clickedid == Text:INVALID_TEXT_DRAW)
{
// your code
}
return 1;
}
ps: never use CancelSelectTextDraw when the player ESC on select textdraw.