View Single Post
  #2  
Old 05-29-2009, 12:35 PM
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
seteffect doesn't work serverside.

Try this: In your serverside function, try setting a save array member such as this.save[0] = 1.

the save variable is passed from serverside to all clients so when you set it on the server, all players will see the changes clientside.

Then just have a timeout or so check that variable to see if it has changed at all.
__________________
Do it with a DON!
Reply With Quote