Quote:
Originally Posted by Pelikano
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