How to detect if player didn't select any textdraw.
#2

PHP Code:
public OnPlayerClickTextDraw(playeridText:clickedid)
{
  if(
clickedid == Text:INVALID_TEXT_DRAW)
  {
        
// your code
  
}
  return 
1;

And if you use OnPlayerClickPlayerTextDraw you detect ESC with OnPlayerClickTextDraw.

ps: never use CancelSelectTextDraw when the player ESC on select textdraw.
Reply


Messages In This Thread
How to detect if player didn't select any textdraw. - by Helia - 19.04.2013, 10:59
Re : How to detect if player didn't select any textdraw. - by HitnKill - 19.04.2013, 11:12
Re: How to detect if player didn't select any textdraw. - by Helia - 19.04.2013, 11:14

Forum Jump:


Users browsing this thread: 1 Guest(s)