Thread: Throwing Knife

Results 1 to 2 of 2
  1. #1
    aagibcheat's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    260
    Reputation
    11
    Thanks
    22

    Throwing Knife

    Hello

    I am trying to give people one throwing knife every time they kill someone
    I am using this code;

    Code:
    SpecialTK()
    {
    self takeWeapon(self getCurrentOffhand());self _setperk("throwingknife_mp"); {self waittill("killed_enemy"); self setWeaponAmmoClip("throwingknife_mp; ", 1);}
    }
    But it does not work.
    Any ideas?

    Created By ; t3can

  2. #2
    bomb21's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Unknown
    Posts
    57
    Reputation
    10
    Thanks
    22
    try this:

    Code:
    SpecialTK()
    {
    self takeWeapon(self getCurrentOffhand());
    self _setperk("throwingknife_mp");
    
    self waittill("killed_enemy");
    self setWeaponAmmoClip("throwingknife_mp", 1);
    }

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

    I-Love-You (10-10-2010),telis9852 (10-10-2010)

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