TextDraw in timer
#1

How to use TextDraw ID for timer?

Like:

Код:
new Text:textdraw = TextDrawCreate...
SetTimerEx("Textdraw", 5000, false, "i", textdraw);
But i got an error...
Reply
#2

pawn Код:
SetTimerEx("Textdraw", 5000, false, "i", _:textdraw);
At the timer's function, add 'Text:' infront of the ID again then.
Reply
#3

Tried, same...
Reply
#4

Idk why you want that but why not show the textdraw then set a timer to hide it.
Reply
#5

Full code please.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)