Index · Preferences · Help
Announcements · BYOND Features · Bug Reports · Fixes and Features · Developer How-To · Code Problems · Design Philosophy · Creations · Classified Ads · Gaming · Computers & Technology · Community
Forum Search:

[Advanced Search]

[Messages in this Thread] [Show All (3)] [Return to Developer How-To]

Author:Rushnut [Posts]
Date:11/7/09 1:17 am
Topic:Re: Stopping the Sleep() Proc?
Post ID:726105
Parent ID:726103
Why not stick it in a loop?
while(time)
 sleep(1)
 time--
//do stuff

^-^

Messages in this Thread: [Show All (3)]

  Stopping the Sleep() Proc? Xorbah (11/7/09 12:53 am)
      Re: Stopping the Sleep() Proc? Kaioken (11/7/09 7:51 am)
      Re: Stopping the Sleep() Proc? Rushnut (11/7/09 1:17 am)