20.01.2014, 11:04
https://sampwiki.blast.hk/wiki/OnPlayerClickTextDraw
https://sampwiki.blast.hk/wiki/OnPlayerClickPlayerTextDraw
Most of us, are using Per-Player TextDraws now, and some us makes them selectable, bad things happens when player press ESC key while he's in selecting mode. Would be nice to see OnPlayerClickPlayerTextDraw called when user cancels the select mode to avoid problems.
Quote:
This callback is called when a player clicks on a textdraw or cancels the select mode(ESC). |
Quote:
This callback is called when a player clicks on a player-textdraw. It is not called when player cancels the select mode (ESC) - however, OnPlayerClickTextDraw is. |