19.05.2017, 12:28
Quote:
What you posted should work fine, OnPlayerClickTextDraw is called with clickedid being 65535 (0xFFFF aka INVALID_TEXT_DRAW) if the player presses ESC (any TextDraw Selection, thus it doesn't matter if PlayerTextDraws or regular TextDraws are shown).
So the problem must be somewhere else. Make sure other scripts return 0 in this callback (especially when there are checks for ESC, people falsely return 1 often). |