06.09.2018, 04:30
Quote:
|
i don't really undertand - can u help me
i want my testdraw in OnPlayerClickPlayerTextDraw close when i press ESC |
You should follow Lokii and v1k1nG.
The Text:INVALID_TEXT_DRAW is important, and when you make those sort of things, you need to make them like...
PHP код:
new Text:SewRocks; //Textdraw
new PlayerText:EveryoneRocks[MAX_PLAYERS] //Player Textdraw
Mind this as well...
Quote:
|
Originally Posted by wiki
When a player presses ESC to cancel selecting a textdraw, OnPlayerClickTextDraw is called with a textdraw ID of 'INVALID_TEXT_DRAW'. OnPlayerClickPlayerTextDraw won't be called also.
|


i want my testdraw in OnPlayerClickPlayerTextDraw close when i press ESC