View Single Post
  #21  
Old 01-25-2009, 03:23 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Deas_Voice View Post
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
setImg("block.png");
  
setTimer(.05);
}

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

use else
It makes no sense to check if visible equals true in your script.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote