SA-MP Forums Archive
TextDraws Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: TextDraws Help (/showthread.php?tid=609410)



TextDraws Help - GeorgeMcReary - 12.06.2016

Hello i created a simple ATM system with Textdraws. everything works correctly except one major issue. when ATM is shown to player, he is not able to select it because Mouse Arrow is not shown like it normally do. i added if(clickedid == winthdraw) in OnPlayerClickTextDraw but still, i donot get any Arrows to selct any function. any one has its solution? please help me..


Re: TextDraws Help - GTLS - 12.06.2016

Use
PHP код:
 TextDrawSetSelectAble(Text:your textdrawtrue); 
Inside your atm command.

Visit https://sampwiki.blast.hk/wiki/TextDrawSetSelectable & https://sampforum.blast.hk/showthread.php?tid=328267 for more help.


Re: TextDraws Help - GeorgeMcReary - 12.06.2016

Still not working...