Uncontrolable textdraw clicking
#3

I had this problem too, but I solved it. Make player variable for it

Код:
new playaClicked[MAX_PLAYERS];

//when you use SelectTextDraw
playaClicked[playerid] = 0;

//when click, OnPlayerClickTextDraw
if(playaClicked[playerid]) return 1;

playaClicked[playerid] = 1;
Reply


Messages In This Thread
Uncontrolable textdraw clicking - by jeffery30162 - 03.01.2015, 20:07
Re: Uncontrolable textdraw clicking - by jeffery30162 - 03.01.2015, 20:55
Re: Uncontrolable textdraw clicking - by ball - 03.01.2015, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)