View Single Post
  #1  
Old 03-30-2007, 11:19 PM
colin012 colin012 is offline
That never happened...
colin012's Avatar
Join Date: Feb 2006
Location: Under your bed.....
Posts: 321
colin012 is on a distinguished road
Quote:
Originally Posted by Bl0nkt View Post
while (you_use_gs1) suck++;

Anyway, timeout in GS1:

PHP Code:
if (timeout) {
  
blahblahblah;
  
  
timeout=0.05;

GS2:

PHP Code:
function onTimeout() {
  
blahblahblah();

  
setTimer(0.05);

The above scripts loops every 0.05 seconds.
Whats the blah blah part
__________________
Dude! It's a skirt...
Quote:
Originally Posted by Elizabeth View Post
Good lord it looks potent...
Reply With Quote