View Single Post
  #2  
Old 06-15-2006, 03:18 AM
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
Good job! Heres some better boots though..

PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
this.speed 1;
  
setTimer(.05);
}

function 
onKeyPressedkeyname)
{
  if ( 
name == "z" ) {
    if ( 
this.on == player.chat "-- Staff Boots On --";
    else 
player.chat "-- Staff Boots Off --";

    
this.on = !this.on;
  }
}

function 
onTimeOut()
{
  if ( 
this.on == ) {
    for ( 
this.0this.<= 3this.++) {
      if ( 
keydown(this.i) ) {
        
playerx += vecx(this.i)*this.speed;
        
playery += vecy(this.i)*this.speed;
      }
    }
  }
  
setTimer(.05);
}

function 
onPlayerChats()
{
  if ( 
player.chat.tokenize()[0] == "/speed" ) {
    if ( 
player.chat.tokenize()[1] >= && player.chat.tokenize()[1] <= )  this.speed player.chat.tokenize()[1];
    else 
player.chat "Speed must be higher then 1 and lower then 5!";
  }


Activate them by pressing "z", and change speed by saying i.e. /speed 3.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote