View Single Post
  #16  
Old 01-24-2009, 09:11 PM
Schetti Schetti is offline
SC2 Player
Schetti's Avatar
Join Date: Nov 2008
Location: Austria
Posts: 269
Schetti is on a distinguished road
//#CLIENTSIDE
function onCreated()
{
setImg("block.png");
setTimer(.05);
}

function onTimeOut()
{
if (player.ani == "swim") hide;

if (visible) setTimer(.05);
}



lol, now its broken
__________________
“Peace cannot be kept by force. It can only be achieved by understanding.” – Albert Einstein
Reply With Quote