View Single Post
  #8  
Old 08-13-2007, 09:23 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Pretty creative script you have there, good job .
What you will want to do is like I said, use this.attr[i]'s to share various things with all clients. Have the control be serverside to control when it does what things (like changing modes to QBoom or so) and everytime the time interval has passed serverside, just use an attr (like attr[1]) as a "command" for all clients.

Then on the clientside just have a constant 0.05 timeout loop that checks what your attr (in this case attr[1]) is currently at and setting things accordingly to that.

Get it?
__________________
Do it with a DON!
Reply With Quote