Posts: 294
Threads: 80
Joined: Oct 2013
Reputation:
0
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?
Posts: 843
Threads: 61
Joined: Feb 2013
Reputation:
0
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.