View Single Post
  #10  
Old 03-30-2007, 11:14 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
o.O while (true )
would work, but it's better to use a timeout...

PHP Code:
if (created)
{
timeout 0.05;
}
if (
timeout)
{
// Do Something
timeout 0.05;

I recommend GS2 though.
__________________
Reply With Quote