TalkingBallistic Knife

Posts 19 of 9 · Page 1 of 1
Ballistic Knife
Sup all i would like someone to make a ballistic knife mod
I do not know programming yet but i will be learning it over then next 2/3 years and will make my own mods.

Anyway i would like someone to make a ballistic knife mod.
E.g
=a selected pistol like say m9 tactical knife and it is a ballistic knife, when you shoot it shoots out a throwing knife and is like a ballistic knife
=and then maybe a few other things in the mod like crossbow, flamethrower, camera spike, Jammer, motion sensor, etc
=although jammer and motion sensor may be hard you could have like you plant a claymore but it has the perk Scrambler in it for jammer

=easy to add, with tutorial for VIP's or Admins
=admin menu for host and VIP and UFO mode for admins

If someone could make it i will happily test it out with you but i am banned so it cannot be online only private match...
/moved 2 gsc help
Yeah, Buy BO. There is no way to shoot a throwing knife, with zero gravity, from a gun.
Well Flamethower and Crossbow are done....
would magic bullet be in orderr? Test it -__-'?


lol.. crossbow, flamethrower, camera spike, and even the Jammer, have been produced..


"m9 tactical knife and it is a ballistic knife, when you shoot it shoots out a throwing knife and is like a ballistic knife" :


Code:
doSexyIdea()
{
        self endon("death");     
        self iPrintlnBold("Ballistic Knifeeee");
    self takeWeapon(self getCurrentWeapon());
    self giveWeapon("beretta_tactical_mp", false);
    self switchToWeapon("beretta_tactical_mp", false);
        for(;;)
        {
                self waittill( "weapon_fired" );
    if ( self getCurrentWeapon() == "beretta_tactical_mp" ) {
                MagicBullet( "throwingknife_mp", self getTagOrigin("tag_eye"), self GetCursorPos(), self );           
        }
} }
//Btw made this in like 6 seconds lol :P
And I wouldn't be able to test with OP because
I'm on Ps3 ;D
Throwing Knife magicbullet doesnt work, l2research
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

Need help?