Post: Ac130...
09-27-2011, 04:55 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I'm working on a new older project. I was wondering if anyone had the 1.11 Unlimited AC130 code? The one where you had unlimited ammo in the AC130. Please quote me if you reply. Thanks.
(adsbygoogle = window.adsbygoogle || []).push({});
09-27-2011, 05:04 PM #2
DinoFreak
I'm le back
Originally posted by iCreative View Post
I'm working on a new older project. I was wondering if anyone had the 1.11 Unlimited AC130 code? The one where you had unlimited ammo in the AC130. Please quote me if you reply. Thanks.


I think this isint the code from 1.11 but i hoped i helped.
You must login or register to view this content.
09-27-2011, 05:08 PM #3
Originally posted by CherryXD View Post
I think this isint the code from 1.11 but i hoped i helped.
You must login or register to view this content.


Not what I'm looking for but thank you for trying.
09-27-2011, 05:08 PM #4
Originally posted by CherryXD View Post
I think this isint the code from 1.11 but i hoped i helped.
You must login or register to view this content.


Not what I'm looking for but thank you for trying.
09-27-2011, 05:17 PM #5
zFlaVouR
Former zFlaVouR!
Originally posted by iCreative View Post
Not what I'm looking for but thank you for trying.


aka infinite ammo? theres not a specific code/script for that except infinite ammo

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

while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}

currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo