Results 1 to 10 of 10
  1. #1
    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

    BiG|Hector's Kamikaze Jets

    hey guys this is something Hector was working on and had some issue's also lack of mod tool's has left Hector not wanting to work much on mods anymore
    but yea,this is Hectors Kamikaze napam plane very much like the one in the Dashboard mod by Killingdyl hope you guys have fun with it and i'll add a video later on

    UPDATE VIDEO!!!



    Code:
    KamikazeJets() 
    { 
            self endon ("disconnect"); 
            planes = spawnStruct(); 
            planes.fx = loadfx("explosions/fx_exp_aerial"); 
            for(;;) 
            { 
                    if(self ActionSlotFourButtonPressed()) 
                    { 
    
                            napalmSelectorSize = getDvarIntDefault( #"scr_napalmSelectorSize", 3000 ); 
                            self beginLocationNapalmSelection( "map_napalm_selector", napalmSelectorSize, "killstreak_napalm" ); 
                            self.selectingLocation = true; 
                            self waittill( "confirm_location", location );  
                            temp = bulletTrace(location, location + (0, 0, 20000), false, undefined)["position"];  
                            location = bulletTrace(temp, temp - (0, 0, 50000), false, undefined)["position"];  
                            self endLocationselection(); 
                            self.selectingLocation = false; 
                            planes.planemodel = spawn("script_model", self.origin + ( 24950, 17100, 30000 ) ); 
                            planes.planemodel setModel( "t5_veh_jet_f4_gearup" ); 
                            planes.planemodel.angles = vectorToAngles( Location - ( self.origin + ( 8000, 5000, 10000 ) ) ); 
                            planes.planemodel moveto( location + ( 0, 0, 10 ), 2.0 ); 
                      wait 2.1; 
                      PlaySoundAtPosition( "mpl_sd_exp_suitcase_bomb_main", location ); 
                      Earthquake( 0.5, 4, location, 800 ); 
                      playfx( planes.fx, planes.planemodel.origin );                   
                      wait 0.5; 
                      radiusdamage( location, 800, 500, 75 );
                      planes.planemodel delete(); 
    
                            
                } 
            wait .05; 
            } 
    }
    Credits:
    Hector
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  2. The Following 3 Users Say Thank You to xbeatsszzx For This Useful Post:

    Bandicoot (05-14-2011),Drake (05-09-2011),leetart (05-21-2011)

  3. #2
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    Looks good

  4. #3
    rotceh_dnih's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    here
    Posts
    5
    Reputation
    10
    Thanks
    1
    lol i just whent to post this and found you've done it for me xD thanks mate saved me the post


    Your's truely
    =BiGHector|®

    oh and the issues are ,it is abit buggy in 3 maps i think there summit,radiation, and one other i forget but yea all other maps are fine and work's great i also have one that use's the morter selector insted of the napam one
    Last edited by rotceh_dnih; 05-10-2011 at 01:02 AM.

  5. The Following User Says Thank You to rotceh_dnih For This Useful Post:

    Bandicoot (05-14-2011)

  6. #4
    ojj321's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    441
    Reputation
    6
    Thanks
    31
    My Mood
    Hot
    nice mods man, just got to wait for alterops... i really hope bo comes with a multiplayer crack

  7. #5
    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 ojj321 View Post
    nice mods man, just got to wait for alterops... i really hope bo comes with a multiplayer crack
    It propably wont come out..
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  8. #6
    Jakob's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    4,721
    Reputation
    237
    Thanks
    510
    My Mood
    Psychedelic
    Quote Originally Posted by ojj321 View Post
    nice mods man, just got to wait for alterops... i really hope bo comes with a multiplayer crack
    It won't, they realise how many hate blackops and/or think it's boring.

  9. #7
    Muffin.'s Avatar
    Join Date
    Feb 2011
    Gender
    female
    Location
    Nou
    Posts
    1,571
    Reputation
    8
    Thanks
    81
    My Mood
    Cheeky
    Quote Originally Posted by Rockett View Post
    It won't, they realise how many hate blackops and/or think it's boring.
    Black ops can be fun lol

    Just the spawn points

  10. #8
    littlegandhi1199's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    27
    Reputation
    9
    Thanks
    19
    My Mood
    Amused
    Is there a way to give you the kills?
    KISS
    KEEP IT SIMPLE STUPID


  11. #9
    rotceh_dnih's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    here
    Posts
    5
    Reputation
    10
    Thanks
    1
    yep im working on that now , its funny looking at the killfeed to see someone shoot them self when hit with the jet LMFAO, but yea im going to fix that soon xD

  12. #10
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    and i was about to say where's the attachment,