Thread
:
This is stupid but whats the command for....
View Single Post
#
10
03-30-2007, 11:14 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
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.
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994