Uncontrolable textdraw clicking
#1

After I click the textdraw it runs the code i have in it then all the sudden it starts clicking another textdraw that I do not have shown uncontrollably and I am unable to stop it.



Please help me
Reply
#2

help please
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)