21.07.2013, 00:13
https://sampwiki.blast.hk/wiki/OnPlayerClickPlayerTextDraw or https://sampwiki.blast.hk/wiki/OnPlayerClickTextDraw
Make sure you give those text draws you create an ID stored in a global variable, and then in that event, check if the ID of the text draw he clicked is the correct answer and do your business from there. If this is for a quiz before a player can play your server, you should use OnPlayerClickPlayerTextDraw because creating normal text draws will make them show for all players.
Make sure you give those text draws you create an ID stored in a global variable, and then in that event, check if the ID of the text draw he clicked is the correct answer and do your business from there. If this is for a quiz before a player can play your server, you should use OnPlayerClickPlayerTextDraw because creating normal text draws will make them show for all players.