Results 1 to 3 of 3
  1. #1
    xurple's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    120
    Reputation
    10
    Thanks
    5

    [SOLVED] Remove equipment without using Takeallweapon()

    Is it possible?
    I need it for the GunGame.

    If Takeallweapon() is used, killstreaks can not be activated.
    Also, things like giveWeapon(flashbang); and setting ammo to 0, (for example) does not work.
    Last edited by Insane; 09-23-2010 at 02:21 PM.

  2. #2
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    From roll the dice v3 (this mod has everything)

    [php]
    self takeWeapon(self GetOffhandSecondaryClass() +"_grenade_mp"); // This will take smokes and flashes
    self SetOffhandSecondaryClass( "smoke" ); // This doesnt GIVE a smoke, it allows you to give other special grenades
    self giveWeapon("concussion_grenade_mp"); // This gives you a stun
    self setWeaponAmmoClip("concussion_grenade_mp", 2);
    [/php]

    If you want it to remove stun grenades too:

    [php]
    self takeWeapon(self GetOffhandSecondaryClass() +"_grenade_mp");
    self takeWeapon("concussion_grenade_mp");

    self SetOffhandSecondaryClass( "smoke" );
    self giveWeapon("concussion_grenade_mp"); // Optional
    self setWeaponAmmoClip("concussion_grenade_mp", 2); //
    [/php]
    www.YouTube.com/MpKiller100

  3. #3
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    /Marked as Solved

    Ex Middleman

Similar Threads

  1. Call Signs hack~(without using EAM)
    By UnknownHacking in forum Call of Duty Modern Warfare 2 Help
    Replies: 9
    Last Post: 05-04-2010, 02:18 AM
  2. [TUTORIAL] A.V.A "Ghost Mode" Glitch Without Using Hacks
    By FMRadio in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 98
    Last Post: 12-14-2009, 11:59 AM
  3. [Release] 100% NEW Weapon 'Edit' by ragegoh-Gold weapons without use of any CE and mastery
    By ragegoh in forum Blackshot Hacks & Cheats
    Replies: 52
    Last Post: 10-12-2009, 06:47 AM
  4. Replies: 11
    Last Post: 04-15-2009, 03:38 PM
  5. Connection ENDED~WITHOUT using hax..=="
    By yip_manxD in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 01-27-2009, 08:48 PM