Quote:
|
Originally Posted by Kaimetsu
You are using sleep in a loop? Never use sleep in a loop!
|
Why not? I do not believe that setTimer() would stop the execution of the script beyond that point for the specified time. Therefor you use sleep() to prevent lag. :O!