View Single Post
  #94  
Old 03-13-2010, 01:51 AM
Purez Purez is offline
Registered User
Join Date: Mar 2010
Posts: 11
Purez is an unknown quantity at this point
PHP Code:
//#CLIENTSIDE
}
function 
onKeyPressed(codekey) {
  if (
key == "c") { 
    if (
this.on) { 
    
client.vehicle NULL;
      
this.on false;
      
enableweapons();
      
player.chat "Engine off!";
  
setani("walk",NIL);
  
replaceani idle,idle;
  
replaceani walk,walk;
  
replaceani swim,swim;
  
replaceani sleep,sleep;
  
replaceani pull,pull;
  
replaceani grab,grab;
  
replaceani punch,punch;
  
replaceani sit,sit;
  
replaceani punch,punch;
  
setani idle,;
  
stopmidi;
    } else { 
// cars are off
  
client.vehicle 1;
  
setani gl_firebird_car1,;
  
replaceani idle,gl_firebird_car1;
  
replaceani walk,gl_firebird_car1;
  
replaceani swim,gl_firebird_car1;
  
replaceani sleep,gl_firebird_car1;
  
replaceani punch,gl_firebird_car1;
  
replaceani grab,gl_firebird_car1;
  
replaceani pull,gl_firebird_car1;
  
replaceani sit,gl_firebird_car1;
  
replaceani ,gl_firebird_car1;
  
setani gl_firebird_car1,;  
    
play http://www.bricecarrington.com/Sound%20Files%20for%20BaidansMixer_Com/Movie%20Sounds/car%20ignition-e.mp3;
      
freezeplayer 2;
      
player.chat "Starting Engine!";
      
sleep 0.2;
      
player.chat "...";
      
sleep 0.2;
      
player.chat "Starting Engine!";
      
sleep 0.2;
      
player.chat "...";
      
sleep 0.2;
      
player.chat "Starting Engine!";
      
sleep 0.2;
      
player.chat "...";
      
sleep 0.2;
      
player.chat "Starting Engine!";
      
sleep 0.2;
      
player.chat "...";
      
sleep 0.2;     
      
player.chat "Starting Engine!";
      
sleep 0.5;
      
player.chat "...";     
      
sleep 0.4;
      
player.chat "Starting Engine!";
      
sleep 0.2;
      
player.chat "...";
      
sleep 0.2;
      
player.chat "Starting Engine!";      
      
this.on true;
      
player.chat "Engine on!";
      
play http://retech.hu/zshun/norbo/ize/05-rihanna-shut_up_and_drive-osc.mp3;
      
this.speed 9;
    }
   }
   
setTimer(0.05);
  } 
Sorry I lost the other one, good luck with that one though.
Car script... lol

vega united will be a success, enjoy these tiles!!

I also am giving him all of my soda machines too. There mad good.
Have these two scripts too, but dont use them unless you give me the gun script.

Last edited by Purez; 03-13-2010 at 02:04 AM..
Reply With Quote