SA-MP Forums Archive
Textdraw with timer. - 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: Textdraw with timer. (/showthread.php?tid=481608)



Textdraw with timer. - DemME - 16.12.2013

Hows it works? I've never successed to get it works after several tries, can you explain how I can do a textdraw with timer, that it will disappear after a few seconds?


Re: Textdraw with timer. - dominik523 - 16.12.2013

Create some global variable. Create a timer that will decrease a value of the variable and change the text of the string in textdraw using TextDrawSetString.


Re: Textdraw with timer. - DemME - 16.12.2013

Quote:
Originally Posted by dominik523
Посмотреть сообщение
Create some global variable. Create a timer that will decrease a value of the variable and change the text of the string in textdraw using TextDrawSetString.
thxa