03.01.2015, 21:22
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;

