hide text draw after 10 seconds
#1

hello, I have a textdraw that is shown for all players, and it want it to be gone after 10 seconds!
can u give me a tip in how to
Reply
#2

pawn Код:
forward hidetextdraw
pawn Код:
SetTimer(''hidetextdraw'',10000);
pawn Код:
public hidetextdraw()
 {
  HideTextDrawForAll
 }
Idk if HideTextDrawForAll is correct but u get the idea
Reply
#3

thx that worked
Reply
#4

NoProblem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)