Post: Right Hand Throwing Knife + Martydom Grenade
08-07-2012, 03:00 AM #1
TheJaRniBoi
Why So Serious?
(adsbygoogle = window.adsbygoogle || []).push({}); Here's a secret weapon just like the lightstick hidden in MW2.

Its throwing knife in the right hand, I've used this in my patch and its kinda buggy. By that I mean sometimes you may kill someone with it and sometimes you may not.

Add this to Init:

    precacheitem("throwingknife_rhand_mp");


Add this in your GSC files:

    rightknife()
{
self takeAllWeapons();
self giveweapon("throwingknife_rhand_mp",0,false);
self switchToWeapon("throwingknife_rhand_mp",0,false);
self iPrintln("^3Right Hand Throwing Knife: ^1Recieved");
}




This code will allow you to throw the martydom frag, it explodes faster then a normal frag

    Marty()
{
self takeAllWeapons();
self giveweapon("frag_grenade_short_mp",0,false);
self switchToWeapon("frag_grenade_short_mp",0,false);
self iPrintln("^3Marytdom Grenade: ^1Recieved");
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to TheJaRniBoi for this useful post:

tooper3

The following user groaned TheJaRniBoi for this awful post:

247Yamato
08-07-2012, 03:14 AM #2
Very Unique and nice CodGlitcha, hope to see more Smile
Originally posted by CODGlitcha
Here's a secret weapon just like the lightstick hidden in MW2.

Its throwing knife in the right hand, I've used this in my patch and its kinda buggy. By that I mean sometimes you may kill someone with it and sometimes you may not.

Add this to Init:

    precacheitem("throwingknife_rhand_mp");


Add this in your GSC files:

    rightknife()
{
self takeAllWeapons();
self giveweapon("throwingknife_rhand_mp",0,false);
self switchToWeapon("throwingknife_rhand_mp",0,false);
self iPrintln("^3Right Hand Throwing Knife: ^1Recieved");
}




This code will allow you to throw the martydom frag, it explodes faster then a normal frag

    Marty()
{
self takeAllWeapons();
self giveweapon("frag_grenade_short_mp",0,false);
self switchToWeapon("frag_grenade_short_mp",0,false);
self iPrintln("^3Marytdom Grenade: ^1Recieved");
}
08-07-2012, 05:37 AM #3
Originally posted by CODGlitcha
Here's a secret weapon just like the lightstick hidden in MW2.

Its throwing knife in the right hand, I've used this in my patch and its kinda buggy. By that I mean sometimes you may kill someone with it and sometimes you may not.

Add this to Init:

    precacheitem("throwingknife_rhand_mp");


Add this in your GSC files:

    rightknife()
{
self takeAllWeapons();
self giveweapon("throwingknife_rhand_mp",0,false);
self switchToWeapon("throwingknife_rhand_mp",0,false);
self iPrintln("^3Right Hand Throwing Knife: ^1Recieved");
}




This code will allow you to throw the martydom frag, it explodes faster then a normal frag

    Marty()
{
self takeAllWeapons();
self giveweapon("frag_grenade_short_mp",0,false);
self switchToWeapon("frag_grenade_short_mp",0,false);
self iPrintln("^3Marytdom Grenade: ^1Recieved");
}

Nice post but hasnt right handed throwing knife been posted before?
08-07-2012, 11:21 AM #4
LightModz
League Champion
Originally posted by CODGlitcha
Here's a secret weapon just like the lightstick hidden in MW2.

Its throwing knife in the right hand, I've used this in my patch and its kinda buggy. By that I mean sometimes you may kill someone with it and sometimes you may not.

Add this to Init:

    precacheitem("throwingknife_rhand_mp");


Add this in your GSC files:

    rightknife()
{
self takeAllWeapons();
self giveweapon("throwingknife_rhand_mp",0,false);
self switchToWeapon("throwingknife_rhand_mp",0,false);
self iPrintln("^3Right Hand Throwing Knife: ^1Recieved");
}




This code will allow you to throw the martydom frag, it explodes faster then a normal frag

    Marty()
{
self takeAllWeapons();
self giveweapon("frag_grenade_short_mp",0,false);
self switchToWeapon("frag_grenade_short_mp",0,false);
self iPrintln("^3Marytdom Grenade: ^1Recieved");
}

these have been all posted before in ELITE section so u might get infraction or something. just a heads up
08-07-2012, 12:05 PM #5
TheJaRniBoi
Why So Serious?
Originally posted by LightModz View Post
these have been all posted before in ELITE section so u might get infraction or something. just a heads up


that wouldn't make sense since this has been in my patch way before elite on ngu began, also i don't check the elite section much
08-07-2012, 05:05 PM #6
Hmm, seems nice. I may use this Smile
08-08-2012, 06:59 AM #7
Nice using in my v2 Thanks Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo