Page 1 of 6 123 ... LastLast
Results 1 to 15 of 78
  1. #1
    Kane212's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    42
    Reputation
    11
    Thanks
    45

    [RELEASE] Flyable jet

    Videos:





    REMEMBER TO ADD THIS TO INIT()
    Code:
    precacheShader("cardicon_minigun"); //20mm
    	precacheShader("cardicon_paratrooper"); //carpet bomb
    	precacheShader("cardicon_shotgun_shells"); //40mm
    	precacheShader("cardicon_missile_1"); //stinger
    	
    	precacheShader("cardtitle_bullet"); //reloading
    	
    	level.minigun = 0;
    	level.carpet = 0;
    	level.explosives = 0;
    	level.missiles = 0;
    Download:
    Pastebin.com - half code
    Pastebin.com - full code

    How to use:

    1) Copy everything to where ever you want, most likely _rank.gsc.
    2) Add
    Code:
    self thread jetStartup(Weapons (on/of), Speed (120), Silent mode, third person (on/of));
    You can add that anywhere.

    if you do not understand, just add
    Code:
    self thread jetStartup(1, 120, 0, 1); //weapons: on, speed: 120, silent mode: no, thirdperson: yes
    at onPlayerSpawned()

    Like this:
    Code:
    onPlayerSpawned()
    {
    	self endon("disconnect");
    
    	for(;;)
    	{
    		self waittill("spawned_player");
    		self thread jetStartup(0, 120, 0, 0);
    		
    	}
    }
    3) Have fun.

    Also remember these is a bug, once you die the hud gets f'd up.


    Credits:
    4FunPlayin - basically making the weapons and the jet (which was easy)
    GoldenKnife - fixed the 3rd person mode + smoke which worked only for the first that spawn (works now for everyone)
    ZerO_one - he helped with some dvars and some stuff
    Last edited by House; 09-06-2010 at 06:23 AM.

  2. The Following 10 Users Say Thank You to Kane212 For This Useful Post:

    B4M (09-07-2010),House (09-06-2010),I-Love-You (10-01-2010),JamesA1994 (09-18-2010),jc4x4 (09-23-2010),justas1234 (09-06-2010),Kingkiller272 (10-20-2010),Neekokeen (09-06-2010),rkaf (09-06-2010),TheSaboteur (10-25-2010)

  3. #2
    Lemon30's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    10
    My Mood
    Devilish
    Pastebin.com - full _rank.gsc code == bad syntax

  4. #3
    shotyoudie's Avatar
    Join Date
    May 2009
    Gender
    female
    Posts
    119
    Reputation
    10
    Thanks
    6
    My Mood
    Angelic
    Can u make a video without 3rd person ? And AWESOME mod i dont have other words for it. It looks much better then the Flyable heli

  5. #4
    ihackmw2's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Dead
    erm, it doesnt work, he didnt fixed the syntaxes yet


    Make a mod[]
    Make it work[::]
    Make a texture[]

  6. #5
    candyface's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Right there.
    Posts
    194
    Reputation
    8
    Thanks
    34
    My Mood
    Psychedelic
    yAAAAAAAAAy looks so cool =D

  7. #6
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    wow sick but fix syntax first
    Last edited by xbeatsszzx; 09-06-2010 at 05:37 AM.
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  8. #7
    ihackmw2's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Dead
    you coulnt wait till 4fun fixes the syntax? omg.....
    nice leech btw XD


    Make a mod[]
    Make it work[::]
    Make a texture[]

  9. #8
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Wow, sorry guys I just released this on other forum, and I released a bad syntax version, here is a working _rank.gsc:

    #include common_scripts\utilit - Full _Rank.gsc Flyable Jet - aXFmxCr1 - Pastebin.com

  10. #9
    Kane212's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    42
    Reputation
    11
    Thanks
    45
    fixed link

  11. #10
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    haha, that shit is mofo crazy, gj niggas

  12. #11
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Quote Originally Posted by Kane212 View Post
    fixed link
    You fixed the _rank.gsc link but the half still have bad syntax (I though the error is visible).

    //jet startup! jetSta - Flyable Jet - baqVAG8k - Pastebin.com

    Now you can fix

  13. The Following User Says Thank You to [WhA]4FunPlayin For This Useful Post:

    House (09-06-2010)

  14. #12
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    /link fixed

  15. #13
    ihackmw2's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Dead
    good job :P


    Make a mod[]
    Make it work[::]
    Make a texture[]

  16. #14
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    Quote Originally Posted by [WhA]4FunPlayin View Post
    Wow, sorry guys I just released this on other forum, and I released a bad syntax version, here is a working _rank.gsc:

    #include common_scripts\utilit - Full _Rank.gsc Flyable Jet - aXFmxCr1 - Pastebin.com
    ty man :P...
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  17. #15
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    this looks so sick cant wait to try it out nice leech !

Page 1 of 6 123 ... LastLast

Similar Threads

  1. SCCT Versus request [release]
    By LiLLeO in forum Hack Requests
    Replies: 2
    Last Post: 01-27-2013, 01:18 PM
  2. [Release] Flyable Jet For Chaotic Invasion V1
    By tjwjdqls75 in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 7
    Last Post: 04-07-2011, 04:59 PM
  3. [Release] Re-Release of Flyable Jet Mod
    By sgtbighacks in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 12
    Last Post: 02-26-2011, 02:46 AM
  4. [Release] Flyable Jet (In Conveinent Files :)
    By sgtbighacks in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 5
    Last Post: 02-04-2011, 03:09 AM