23.02.2016, 21:01
During SelectTextDraw() you can detect the ESC key by doing:
in OnPlayerClickTextDraw.
However it is way easier to create a list dialog for the Teleports, as Virtual1ty said.
Код:
if(_:clickedid == 65535) { // Hide textdraws here }
However it is way easier to create a list dialog for the Teleports, as Virtual1ty said.