05.04.2013, 16:51
My script will prevent any clickable textdraws from closing player textdraws and global textdraws alike by pressing escape it will only close when you do these lines which can actually be done anywhere in the script.
CloseTextDraw[playerid] = true;
CancelSelectTextDraw(playerid);
CloseTextDraw[playerid] = true;
CancelSelectTextDraw(playerid);