Post: Looking for Unlimited ammo with reload?
10-16-2015, 07:32 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Can someone please give me an unlimited ammo with reload code. just like in Twicksh0tterz azza menu? Would be highly appreciated Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});
10-16-2015, 07:49 PM #2
BullyWiiPlaza
Climbing up the ladder
Take the unlimited ammo script and remove the piece of code that sets the current ammo clip ammo:

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

for(;Winky Winky
{
wait 0.1;

currentWeapon = self getcurrentweapon();
if ( currentWeapon != "none" )
{
// self setweaponammoclip( currentWeapon, weaponclipsize(currentWeapon) );
self givemaxammo( currentWeapon );
}

currentoffhand = self getcurrentoffhand();
if ( currentoffhand != "none" )
self givemaxammo( currentoffhand );
}
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo