Quote:
Originally Posted by SickAttack
You have "10000" in that pastebin link, "1000" is one second.
Timer IDs are never reused and start at 1, there's no need to set values to -1 to 'prevent' killing random timers or any timer at all.
|
Good catch, I didn't check the pastebin link. Though, having a constant value can help to know whether a repeating timer is still active or not.