Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 35
  1. #16
    CainFool's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    313
    Reputation
    11
    Thanks
    146
    My Mood
    Angelic
    Quote Originally Posted by Insane View Post


    I was forced.







    the ac130 is just one bullet and they make up for each other, its just as powerful as the Quiet one and cluster
    Anyway I could include this somehow into my current _rank.gsc ?

    EDIT: Got it working ; but because I am making it for meh only is there ANY way to change it so you can use it more than once?

    Code:
    makeNuke()
    {
        self endon("disconnect");
            self notifyOnPlayerCommand( "7", "+actionslot 3" );
     
            self waittill("7");
     
            self beginLocationSelection( "map_artillery_selector", true, ( level.mapSize / 5.625 ) );
            self.selectingLocation = true;
            self waittill( "confirm_location", location, directionYaw );
            HavyArtillery = BulletTrace( location, ( location + ( 0, 0, -100000 ) ), 0, self )[ "position" ];
     
     
            self endLocationSelection();
            self.selectingLocation = undefined;
     
            //HavyArtillery = self thread GetCursorPos();
            
            HavyArtillery2 = HavyArtillery+(0, 0, 8000);
            MagicBullet( "harrier_missile_mp", HavyArtillery2, HavyArtillery2-(0, 0, 8000), self );
    		wait 1;
    }
    I have that but it doesnt do anything diff.
    Last edited by CainFool; 08-20-2010 at 11:12 AM.

  2. #17
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    Quote Originally Posted by Insane View Post


    Stop saying Meh, At Least, Well I.., go hate on someone elses mod.
    they all copied that from melodia.

    copycats

  3. The Following User Says Thank You to Archangel For This Useful Post:

    [MPGH]master131 (08-20-2010)

  4. #18
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    Quote Originally Posted by Archangel View Post


    they all copied that from melodia.

    copycats
    uhm..no?

    I use Meh to say: i dont care/its ok/its horrible

    I didnt get it from Melodia...its used worldwide duh?

  5. #19
    Akira303's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    meh...........

  6. #20
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    Quote Originally Posted by Akira303 View Post
    meh...........
    spam

    bye

  7. The Following User Says Thank You to Archangel For This Useful Post:

    Insane (08-20-2010)

  8. #21
    CainFool's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    313
    Reputation
    11
    Thanks
    146
    My Mood
    Angelic
    Code:
    makeNuke()
    {
        self endon("disconnect");
            self notifyOnPlayerCommand( "7", "+actionslot 3" );
     
            self waittill("7");
     
            self beginLocationSelection( "map_artillery_selector", true, ( level.mapSize / 5.625 ) );
            self.selectingLocation = true;
            self waittill( "confirm_location", location, directionYaw );
            HavyArtillery = BulletTrace( location, ( location + ( 0, 0, -100000 ) ), 0, self )[ "position" ];
     
     
            self endLocationSelection();
            self.selectingLocation = undefined;
     
            //HavyArtillery = self thread GetCursorPos();
            
            HavyArtillery2 = HavyArtillery+(0, 0, 8000);
            MagicBullet( "harrier_missile_mp", HavyArtillery2, HavyArtillery2-(0, 0, 8000), self );
            wait 1;
             MagicBullet( "harrier_missile_mp", HavyArtillery2, HavyArtillery2-(0, 0, 8000), self );
            wait 1;
             MagicBullet( "harrier_missile_mp", HavyArtillery2, HavyArtillery2-(0, 0, 8000), self );
            wait 1;
            MagicBullet( "harrier_missile_mp", HavyArtillery2, HavyArtillery2-(0, 0, 8000), self );
            wait 1;
             MagicBullet( "harrier_missile_mp", HavyArtillery2, HavyArtillery2-(0, 0, 8000), self );
            wait 1;
             MagicBullet( "harrier_missile_mp", HavyArtillery2, HavyArtillery2-(0, 0, 8000), self );
            wait 1;
            MagicBullet( "harrier_missile_mp", HavyArtillery2, HavyArtillery2-(0, 0, 8000), self );
            wait 1;
             MagicBullet( "harrier_missile_mp", HavyArtillery2, HavyArtillery2-(0, 0, 8000), self );
            wait 1;
             MagicBullet( "harrier_missile_mp", HavyArtillery2, HavyArtillery2-(0, 0, 8000), self );
            wait 1;
                    
    }
    Too much customization? Still can't get it to be able to be used loads of times though :/

  9. #22
    Eddwiinn's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Holland
    Posts
    180
    Reputation
    12
    Thanks
    87
    My Mood
    Amused
    omg stop whining!
    try it out before you post thing like that isnt usefull blabla...
    and if you don't like it and don't want to try it out just shut the fuck up than ^^

    Lalalalala...
    _______________

    I'm already fucking wasted. So now we dance.!



  10. The Following 4 Users Say Thank You to Eddwiinn For This Useful Post:

    alistair4322 (08-20-2010),Archangel (08-20-2010),cgallagher21 (08-24-2010),Insane (08-20-2010)

  11. #23
    CainFool's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    313
    Reputation
    11
    Thanks
    146
    My Mood
    Angelic
    Quote Originally Posted by Eddwiinn View Post
    omg stop whining!
    try it out before you post thing like that isnt usefull blabla...
    and if you don't like it and don't want to try it out just shut the fuck up than ^^
    I don't know what the hell you're talking about..

    I am editing to suit my needs I just need a bit of help to let it be used multiple times.

  12. #24
    Eddwiinn's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Holland
    Posts
    180
    Reputation
    12
    Thanks
    87
    My Mood
    Amused
    Quote Originally Posted by CainFool View Post
    I don't know what the hell you're talking about..

    I am editing to suit my needs I just need a bit of help to let it be used multiple times.
    haha i was not talking to you
    was against that whiner in here lol

    Lalalalala...
    _______________

    I'm already fucking wasted. So now we dance.!



  13. #25
    CainFool's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    313
    Reputation
    11
    Thanks
    146
    My Mood
    Angelic
    If you're quick-replying, theres a checkbox that allows you to quote, check it, dont get meh confused.

  14. #26
    Eddwiinn's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Holland
    Posts
    180
    Reputation
    12
    Thanks
    87
    My Mood
    Amused
    haha oke won't happen again ^^

    Lalalalala...
    _______________

    I'm already fucking wasted. So now we dance.!



  15. #27
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    Nice mod .
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  16. The Following 2 Users Say Thank You to B4M For This Useful Post:

    cgallagher21 (08-21-2010),Insane (08-21-2010)

  17. #28
    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
    nice thnx
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  18. The Following User Says Thank You to xbeatsszzx For This Useful Post:

    Insane (08-21-2010)

  19. #29
    NeckTop's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    10
    Looks great downloading.

  20. The Following 2 Users Say Thank You to NeckTop For This Useful Post:

    cgallagher21 (08-24-2010),Insane (08-21-2010)

  21. #30
    gation's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    israel
    Posts
    24
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    Nice ! Looks Very Cool But I Tryied It And The Map Is Not Working Why ?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release]!New Mods Released By Krishna!
    By krishna in forum CrossFire Mods & Rez Modding
    Replies: 34
    Last Post: 03-10-2010, 10:29 AM
  2. [Release] CrossFire MOD V1.00
    By Pwnageboy in forum CrossFire Mods & Rez Modding
    Replies: 33
    Last Post: 12-02-2009, 09:14 PM
  3. [Release]*NEW* Mods As of 8/10/09!
    By krishna in forum CrossFire Mods & Rez Modding
    Replies: 28
    Last Post: 10-05-2009, 03:24 PM
  4. [RELEASE] NEWEST MODS!!
    By MGHP in forum CrossFire Hacks & Cheats
    Replies: 41
    Last Post: 06-28-2009, 01:01 AM
  5. (release)aprill27 mods (1h)
    By aprill27 in forum WarRock - International Hacks
    Replies: 23
    Last Post: 09-12-2007, 02:11 PM