View Single Post
  #22  
Old 01-25-2009, 01:05 AM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
Quote:
Originally Posted by Chompy View Post
The flag visible isn't true, so it won't carry on with the timeout.
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
setImg("block.png");
  
setTimer(.05);
}

function 
onTimeOut()
{
  if (
player.ani == "swim") {
    
hide();
  } else 
show();
  if (
visiblesetTimer(.05);

use else
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you
Reply With Quote