View Single Post
  #95  
Old 03-13-2010, 01:52 AM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Quote:
Originally Posted by Purez View Post
I will let you use my tileset because I do not need it ONLY on one condition!
You let me have your gun script. You wont be able to take this offer back after you accept it.

http://i786.photobucket.com/albums/y...rez_tiless.png
Tiles for a gun script? :o Sounds like a good deal..let me login game lol.


Quote:
Originally Posted by cbk1994 View Post
As far as I know they're still using the one I made in ~15 minutes. Let me know if they're *******s and won't give it to you.
Chrissy poo? Sup.<3

Quote:
Originally Posted by Purez View Post
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.


Thanks.
__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?

Last edited by jkldogg; 03-13-2010 at 02:07 AM.. Reason: script
Reply With Quote