Hide Selectable Textdraw When Press ESC
#2

Hello PoniStar, OnPlayerClickPlayerTextDraw isn't called when pressing ESC, only OnPlayerClickTextDraw do that, try to use some global variable and put that below the callfunction OnPlayerClickTextDraw.
PHP код:
if(clickedid == Text:INVALID_TEXT_DRAW) {
   
CancelSelectTextDrawplayerid );
   
PlayerTextDrawHide(playerid, ... );

Reply


Messages In This Thread
Hide Selectable Textdraw When Press ESC - by PoniStar - 09.01.2019, 12:47
Re: Hide Selectable Textdraw When Press ESC - by ApolloScripter - 09.01.2019, 13:15
Re: Hide Selectable Textdraw When Press ESC - by PoniStar - 09.01.2019, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)