Results 1 to 4 of 4
  1. #1
    Imthebosss's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In modding world :D
    Posts
    241
    Reputation
    21
    Thanks
    132
    My Mood
    Drunk

    Exclamation [QUESTION] Disable weapon picking ~ HELP!

    Hello all,

    I'm making my 2nd mod and need to know how to disable picking up weapons. I give them standard weapons and they can't pick up weapons, that's all I need. What is the code for that and where should I place it?

    Really really thanks!
    Do you need a signature? I will make it! Send me a PM =)



  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Code:
    while(1)
    {
        curwep = self getCurrentWeapon();
        if(self UseButtonPressed())
        {
            wait 1;
            wepchange = self getCurrentWeapon();
            if(curwep != wepchange)
            {
                self DropItem( wepchange );
            }
        }
        wait 0.1;
    }
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  3. #3
    Imthebosss's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In modding world :D
    Posts
    241
    Reputation
    21
    Thanks
    132
    My Mood
    Drunk
    Thanks!
    /solved
    Do you need a signature? I will make it! Send me a PM =)



  4. #4
    johnawsome55's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    Lol master beat me to it

Similar Threads

  1. [QUESTION] Give weapon a camo, HELP!
    By Imthebosss in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 10-21-2010, 03:33 AM
  2. [question] any weapon
    By nerdkiller in forum WarRock - International Hacks
    Replies: 52
    Last Post: 07-08-2007, 12:41 PM
  3. Weapon hack Help!
    By kubmin in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-24-2007, 09:05 AM
  4. weapon hack help!
    By shadowsecret in forum WarRock - International Hacks
    Replies: 2
    Last Post: 04-06-2007, 01:25 AM
  5. just a quick question about weapons
    By depkillz in forum WarRock - International Hacks
    Replies: 1
    Last Post: 03-13-2007, 11:48 PM