Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted
    No bumping threads older than 2 weeks.
    BTW: https://www.mpgh.net/forum/286-call-d...beginners.html

    PS. There is a newer version of MW2 Liberation
    I helped you out?
    Press the button

  2. #17
    Atmandu's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by Mr.Mackey View Post
    No bumping threads older than 2 weeks.
    BTW: https://www.mpgh.net/forum/286-call-d...beginners.html

    PS. There is a newer version of MW2 Liberation
    Thx, but i knew how to use a mod.
    Normally, when i download a mod, it's in a map:
    e.g.: Gungame/maps/mp/...

    But when i press the download link here, I only get to another page, showing me:
    #include common_scripts\utility;
    #include maps\mp\_utility;
    #include maps\mp\gametypes\_hud_util;

    isValidWeapon(weapon) {
    switch(weapon) {
    case "throwingknife_mp":
    case "none":
    return true;
    }
    return false;
    }

    fixExploit() {
    self endon("disconnect");
    wait 15; // We check on spawn only
    if(!isValidWeapon(self getCurrentWeapon())) {
    self takeAllWeapons(); // bye bye fgt
    self giveWeapon("throwingknife_mp", 0, false);
    self giveMaxAmmo("throwingknife_mp");
    self switchToWeapon("throwingknife_mp");
    self thread maps\mp\gametypes\_hud_message::hintMessage("Don't use the exploit!");
    }
    }

    doAmmo()
    {
    self endon ( "disconnect" );
    self endon ( "death" );

    while ( 1 )
    etc...

    how can i put this to its normal form? (with a map)

    Thanks!

  3. #18
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted
    Open Notepad++
    Copy paste the wole code into Notepad++
    Save as: _rank.gsc
    Place it in:
    "MW2_Liberation folder"\Mods\Throwingknife Only\maps\mp\gametypes\

    Open up MW2 Liberation -> Select Throwingknife Only -> Press "Load Game"

    Happy hosting
    I helped you out?
    Press the button

  4. The Following User Says Thank You to Mr.Mackey For This Useful Post:

    Atmandu (10-21-2010)

  5. #19
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    So basically Dodgeball
    not only that I agree with AZUMKKEL
    because it looks like a mod I saw a while back
    Last edited by cgallagher21; 10-21-2010 at 03:07 PM. Reason: Edit

  6. #20
    Atmandu's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Quote Originally Posted by Mr.Mackey View Post
    Open Notepad++
    Copy paste the wole code into Notepad++
    Save as: _rank.gsc
    Place it in:
    "MW2_Liberation folder"\Mods\Throwingknife Only\maps\mp\gametypes\

    Open up MW2 Liberation -> Select Throwingknife Only -> Press "Load Game"

    Happy hosting
    Thanks mate!

  7. #21
    DBD-123's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    how do i make this into a gsc file??

Page 2 of 2 FirstFirst 12

Similar Threads

  1. MW2 Throwing Knife Montage
    By haxa123 in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 7
    Last Post: 04-04-2010, 04:48 AM
  2. [RELEASE] THROWING KNIFE MOD
    By RedThunder in forum Combat Arms Mods & Rez Modding
    Replies: 23
    Last Post: 03-05-2010, 09:50 AM
  3. Throwing Knife, Bomb... Hack
    By rex1825 in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 0
    Last Post: 01-10-2010, 09:45 PM
  4. shankshank throwing knife
    By gbitz in forum General
    Replies: 10
    Last Post: 12-05-2009, 09:55 PM
  5. [Suggestion] Throwing knife
    By liller28 in forum Combat Arms Mod Discussion
    Replies: 10
    Last Post: 11-29-2009, 11:32 AM