Thread: Colab xD
View Single Post
  #10  
Old 10-25-2006, 12:27 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
ummmmm

Hope my destroy helps..
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
destroy();
  
temp.canUse this.amazingFunction();
  if (
temp.canUse)
  {
    
player.chat "O COOL IM FLYIN!";

    for (
temp.0temp.30temp.I++)
    {
      
player.temp.I;
      
sleep(0.05);
    }
  }
}

function 
amazingFunction()
{
  if (
player.2
  {
    return 
false;
  }
    else
  {
    return 
true;
  }

__________________
Quote:
Reply With Quote