30.11.2013, 11:16
You can just disable this text-draws for a while till you buy or cancel mselection , i think its a bug from mselection never heard about that before ,
And however your command it is add Hidetextdraws =1;, if(Hidetextdraws[playerid] == 1)
{
TextDrawHideForPlayer(playerid, TextDrawid);
}
once he cancel using mselection set his hidetextdraws variable back to 0 and show him textdraws back.
pawn Код:
new Hidetextdraws[MAX_PLAYERS];
{
TextDrawHideForPlayer(playerid, TextDrawid);
}
once he cancel using mselection set his hidetextdraws variable back to 0 and show him textdraws back.