Results 1 to 2 of 2
  1. #1
    mrhackera's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Inside a Vodka bottle
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Inspired

    Help ammo refill

    Hey there!

    Does anybody know the gsc code for refilling ammo on the intervention?

    I want to bind the key Z with the code.

  2. #2
    Michaelclaw's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    15
    My Mood
    Happy
    Code:
    AmmoRefill()
    {
    	self endon ( "disconnect" );
    	wait 3; //Waits 3 seconds
    	self notifyonplayercommand("Z", "+talk");
    	self thread maps\mp\gametypes\_hud_message::hintMessage("^7Press ^5[{+talk}] ^1to receive ^8more Intervention ^4Ammo"); //Tells the player to press Z
    	for(;;)
    	{
    		self waittill("Z"); //Waits until player presses Z
    		{
            self setWeaponAmmoClip("cheytac_xxxxxxx", 48);
    	self setWeaponAmmoStock("cheytac_xxxxxxxxx", 48);
    		}
    	
    		}
    	}
    }
    Look where the code says cheytac_xxxxxxx Change that to what intervention you have...mine is "cheytac_fmj_xmags_mp" but yours is probably different.

    Test the code, i didnt so tell me if it works or not.

    CHANGE THE NUMBER 48 IN THE CODE TO WHATEVER THE INTERVENTION MAX AMMO CLIP IS. LIKE WHEN YOU SPAWN. I CAN'T CHECK.

Similar Threads

  1. [Request] (Help) FAST REFILL AMMO ADDY + SOURCE CODE
    By jcgallardo in forum WarRock Philippines Hacks
    Replies: 0
    Last Post: 08-26-2012, 10:06 AM
  2. [Video] Fast Ammo Refill. Never saw this before
    By underpresure in forum WarRock Philippines Help & Discussions
    Replies: 83
    Last Post: 06-16-2012, 11:59 PM
  3. Unlim ammo help.
    By EndRiT in forum WarRock - International Hacks
    Replies: 1
    Last Post: 03-26-2007, 03:11 PM
  4. Winchester health ammo help
    By shadowsecret in forum WarRock - International Hacks
    Replies: 7
    Last Post: 03-25-2007, 05:10 PM
  5. Need help with ammo hack
    By AthlaS in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-19-2006, 01:50 PM