Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Knife ONLY mod (with 1 throwing knife)
#1
Hello guys!
I've been searching the net for some good knife mods and all I get are some modded jumps and fast running and stuff like that... i would like a simple knife mod, that has 1 throwing knife, not unlimited, as all of these I found have. Normal speed, normal jumps and all normal, tactical knife with USP, perks: commando pro,lightweight pro and marathon pro... just normal stuff you know Smile

If somebody knows where to get it or if he would be so nice to make one, i would be really happy Smile

Thanks!
Reply

#2
You can easily code it by yourself, look @ tutorials, weapon list and youre ready to go !
[Image: lQDUjba.jpg]
Reply

#3
ehmmm orange, what are you talking about? its mw2 section Troll
no seriously i tried to mod mw2 but liberation doesnt work for me. i think because of i have win7
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#4
Im just telling such mode is easy to code, and I saw its MW2 section Troll
[Image: lQDUjba.jpg]
Reply

#5
(07-15-2011, 09:22)OrangePL Wrote: Im just telling such mode is easy to code, and I saw its MW2 section Troll

I have no skills in modding, i went through all the tutorials and i don't get this codes...
Reply

#6
I think that this is what you are asking for, put in onplayerspawned: self thread Knife();

Code:
Knife()
{
    self takeallweapons();
    self giveweapon("usp_tactical_mp",0,false);
    wait 0.05;
    self switchtoweapon("usp_tactical_mp",0,false);
    self setWeaponAmmoClip("usp_tactical_mp", 0);
    self setWeaponAmmoStock("usp_tactical_mp", 0);
    self maps\mp\perks\_perks::givePerk( "throwingknife_mp" );
    self setWeaponAmmoClip("throwingknife_mp", 1);
    while(1)
    {
        if(self getCurrentWeapon() != "usp_tactical_mp")
        {
            self giveweapon("usp_tactical_mp",0,false);
            wait 0.05;
            self switchtoweapon("usp_tactical_mp",0,false);
            self setWeaponAmmoClip("usp_tactical_mp", 0);
            self setWeaponAmmoStock("usp_tactical_mp", 0);
        }
    wait 0.1;
    }
}
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Melee knife removal kerm007 2 2,727 07-21-2013, 17:45
Last Post: kerm007
  [Request] no melee attack (the knife killes it's owner) [to mod-script makers] lammv 2 2,624 08-07-2012, 12:26
Last Post: d0h!
  High Problem Knife kpoviv 1 2,093 08-01-2012, 19:05
Last Post: JariZ
  Throwing knife Camelot 8 3,819 03-14-2012, 10:24
Last Post: JariZ
Big Grin [Release] TOMA + BALLISTIC KNIFE UNLIMITED AMMO Flitchit 1 3,174 03-11-2012, 19:00
Last Post: Zatox321
  Diabling Knife? fallensouls 4 2,863 02-08-2012, 12:52
Last Post: Metro-Police#45
  create a dedi game with only knife and pistol kerm007 9 4,184 01-15-2012, 19:38
Last Post: Arteq
  [Request] Knife range sio 3 2,544 01-15-2012, 11:14
Last Post: sio
  Homing throwing knife Metro-Police#45 14 6,556 12-17-2011, 14:30
Last Post: krijnrien
  [Release] Yamato's Knife Mod [Modified] ScHmIdTy56789 8 4,659 12-16-2011, 02:49
Last Post: ScHmIdTy56789

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.