View Single Post
  #15  
Old 12-14-2008, 12:51 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Pelikano View Post
Uhm..
Well, because when I use this.destroy(); clientside, it doesn't really destroy it o_O
Then just do something like this:

PHP Code:

function onCreated() {
  
setTimer(3);
}

function 
onTimeout() {
  
destroy();
}
//#CLIENTSIDE

// All your clientside code here 
__________________
Reply With Quote