self setWeaponAmmoStock(self getCurrentOffHand(), 99);
InfEquipment()
{
self endon("noMoreInfEquip");
for(;
{
wait 0.1;
currentoffhand = self getcurrentoffhand();
if ( currentoffhand != "none" )
self givemaxammo( currentoffhand );
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.