Posts: 254
Threads: 36
Joined: Nov 2011
Reputation:
0
If i use this
SetTimer("PressJump", 15000, 0);
what "if" statement do i use to check if that timer is at "0"??
Posts: 1,363
Threads: 14
Joined: Apr 2009
Reputation:
0
he did answer your question, your SetTimer will trigger the function PressJump when it reaches 0 you need to place your code in there
Posts: 970
Threads: 16
Joined: Aug 2009
Reputation:
0
I got your question now ... but like [L3th4l] & cessil already told you, I already answered your question. Why would you want to check if a timer is 0 ? What do you want to achive here? Maybe we can help you further more if you detail what you want to do...