Results 1 to 9 of 9
  1. #1
    joshuadebeir's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    My Mood
    Bored

    Help Needed In Remove "One Man Army"

    Hey, I"m new in modding and I am trieng to add somthing in a mod , that disable The perk One Man Army

    I know how to remove Smoke grenade
    Would be nice if you guys helped me with the command for One man army.

    RemoveSmokeGrenades()
    {
    self endon("disconnect");
    self endon("death");

    while( 1 )
    {
    self TakeWeapon( "smoke_grenade_mp" );

    wait 0.5;
    }
    }

  2. #2
    tyrannen's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    onemanarmy_mp
    is the line i think

  3. #3
    joshuadebeir's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    RemoveSmokeGrenades()
    {
    self endon("disconnect");
    self endon("death");

    while( 1 )
    {
    self TakeWeapon( "smoke_grenade_mp" );
    self TakePerk( "onemanarmy_mp" );

    wait 0.5;
    }
    }

    I tried this, sry If its a dumb mistake to do that, I"m verry new in this, And this dident work =(
    Well I"m here to learn =)

  4. #4
    TheLynx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Sverige
    Posts
    366
    Reputation
    10
    Thanks
    42
    My Mood
    Happy
    look in the sticky and try to find it

    Click here to see the thread
    Last edited by TheLynx; 07-29-2010 at 02:46 AM.

  5. #5
    Chijiru's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    9
    use _class.gsc from a clean patch_mp.ff and just comment out the things you don't want.

  6. #6
    joshuadebeir's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    I have a mod that remove's tube's and it has a _class , if I remove one man army out of that file will it work then?
    But I dont know how Plz could some1 tell me what line's I need to remove.
    Plz help me
    Last edited by joshuadebeir; 07-31-2010 at 01:21 AM.

  7. #7
    Chijiru's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    9
    If you just remove what you dont want it should work.

    Onemanarmy is in _class.gsc if you just remove that piece of code it will not be given to the players when they spawn.

  8. #8
    soccerguy's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    171
    Reputation
    10
    Thanks
    74
    In the Quarantine Chaos Zombie Mod i'm pretty sure i saw something in the code about valid weapons and it like replaced one man army with a barret 50cal. I have no idea why he has this because you cant use your own classes anyways.
    My Favorite Conversation Word For Word
    "Hey Geek Your So Retarded And Uncool!"
    "You May Think So Now But When I'm Making A Million Dollars A Year Doing This We'll See Who Actually Is Retarded"

    GO GEEKS!

  9. #9
    Chijiru's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    9
    Probably just a backup feature.
    But the best way to remove it is by using _class.gsc.

Similar Threads

  1. One Man Army.
    By Nirvana in forum Combat Arms Discussions
    Replies: 3
    Last Post: 02-28-2011, 01:24 AM
  2. [Tutorial] Sector 25 ONE MAN ARMY GLITCH(FOUNDED BY ME STORM_X)
    By blaise10 in forum Combat Arms Glitches
    Replies: 14
    Last Post: 02-15-2011, 05:30 PM
  3. [SOLVED] One man army
    By Josephlittle™ in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 07-22-2010, 01:10 AM
  4. One man army
    By Truly Free in forum Combat Arms Discussions
    Replies: 21
    Last Post: 07-06-2010, 06:56 AM
  5. Dark Forest ONE MAN ARMY
    By deadskulz in forum Combat Arms Discussions
    Replies: 11
    Last Post: 07-04-2010, 03:19 AM