View Single Post
  #4  
Old 11-16-2006, 02:36 PM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Quote:
Originally Posted by Novo View Post
That's what I wanted. That's not what I get though.
I have done this another way, and it seems the problem is more clear:

I called the function TWICE, but only the LAST one actually finished.

Thus...

When a function is called TWICE within the interval of the sleep, the function does return 0 (as suppose to), but when the sleep stops, only the LAST function resumes.
Reply With Quote