Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request MW2 riot shield throwing knife only mod
#1
Rainbow 
The title says it, I can't find a mod like this so im requesting it, I cannot make mods but I can sure install and play them. If someone could make one and post it that would be awesome. Smile Fuck yea!
Those who confuse mods with hacks, and hacks with mods, shall face the wrath of a flying penguin(And or poptart cat). Nyan Cat Awesome

"Narwhals they are narwhals, don't let those narwhals touch your b@ll$ Narwhal
Reply

#2
Find the model name for riot shield and I can fix up a code snippet for you
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#3

  1. Find model name
  2. Edit yamato's "tomahawk" snippet
  3. ??
  4. Profit
Reply

#4
yeah pretty much something like
Code:
for(;;)
{
self waittill("grenade_thrown", entity, weapon);
if(weapon == "throwingknife_mp")
{
entity setModel("riotshield_model_goes_here");
}
}
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#5
Thanks for the help, im going to try and see what i will come up with. Now to find that riot shield model Fuck yea!
Those who confuse mods with hacks, and hacks with mods, shall face the wrath of a flying penguin(And or poptart cat). Nyan Cat Awesome

"Narwhals they are narwhals, don't let those narwhals touch your b@ll$ Narwhal
Reply

#6
(10-23-2011, 22:32)the_pie_dude Wrote: Thanks for the help, im going to try and see what i will come up with. Now to find that riot shield model Fuck yea!

Code:
weapon_riot_shield_mp

http://www.itsmods.com/forum/Thread-Riot-Shield.html
Reply

#7
What i kind of mean though is a mod with a riot shield, and you get one throwable knife though.
Those who confuse mods with hacks, and hacks with mods, shall face the wrath of a flying penguin(And or poptart cat). Nyan Cat Awesome

"Narwhals they are narwhals, don't let those narwhals touch your b@ll$ Narwhal
Reply

#8
(10-25-2011, 22:28)the_pie_dude Wrote: What i kind of mean though is a mod with a riot shield, and you get one throwable knife though.

The code is:

Code:
self takeallweapons();
self clearperks();
waitframe();
self giveweapon("riotshield_mp",0,false);
waitframe();
self switchtoweapon("riotshield_mp",0,false);
self setperk("throwingknife_mp");
self setweaponammoclip("throwingknife_mp",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
  The Annoying Riot Model master131 24 11,506 05-26-2012, 21:56
Last Post: RaZ
  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,173 03-11-2012, 19:00
Last Post: Zatox321
  Diabling Knife? fallensouls 4 2,863 02-08-2012, 12:52
Last Post: Metro-Police#45
  [Tutorial] Riot Shield Yamato 10 6,541 01-31-2012, 08:19
Last Post: GscGunner
  Revenge on The Annoying Riot Model master131 2 2,259 01-21-2012, 14:30
Last Post: alvarogt95
  create a dedi game with only knife and pistol kerm007 9 4,184 01-15-2012, 19:38
Last Post: Arteq

Forum Jump:


Users browsing this thread:
1 Guest(s)

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