Thread: Setting Ammo

Results 1 to 4 of 4
  1. #1
    mattydids's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    My Mood
    Sneaky

    Setting Ammo

    Just a quick question, how do you set ammo to 0; all I can find is setting ammo to max?

  2. #2
    TheLynx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Sverige
    Posts
    366
    Reputation
    10
    Thanks
    42
    My Mood
    Happy
    setWeaponAmmoClip( "NAM****UN", 0)
    setWeaponAmmoStock( "NAM****UN", 0)

  3. #3
    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
    to repeatedly set ammo to 0:

    Code:
    for(;;){
    setWeaponAmmoClip( "NAM****UN", 0);
    setWeaponAmmoStock( "NAM****UN", 0);
    }
    www.YouTube.com/MpKiller100

  4. #4
    TheLynx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Sverige
    Posts
    366
    Reputation
    10
    Thanks
    42
    My Mood
    Happy
    Quote Originally Posted by AZUMIKKEL View Post
    to repeatedly set ammo to 0:

    Code:
    for(;;){
    setWeaponAmmoClip( "NAM****UN", 0);
    setWeaponAmmoStock( "NAM****UN", 0);
    }
    meh i was first :P
    maybe add a wait 1; for safety

Similar Threads

  1. Ammo lock for FEAR multiplayer
    By Zededarian in forum General Game Hacking
    Replies: 2
    Last Post: 09-01-2006, 09:02 AM
  2. Ammo/Damage Box Values?
    By wooden_amulet in forum WarRock - International Hacks
    Replies: 4
    Last Post: 06-02-2006, 02:55 AM
  3. Warrock Ammo Or Health hack without WPE
    By tomvernons in forum Hack Requests
    Replies: 6
    Last Post: 02-21-2006, 08:15 AM
  4. Need help with ammo hack
    By AthlaS in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-19-2006, 01:50 PM