Post: What is the function code for unlimited ammo on Black Ops 2 GSC Scriptng
01-23-2015, 03:36 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); cant find one that works? any help would be great
(adsbygoogle = window.adsbygoogle || []).push({});
01-24-2015, 02:46 PM #2
One
At least I can fight
Originally posted by pulse198 View Post
cant find one that works? any help would be great

    
unlimited_ammo( )
{
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 );
}
}


credits: You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo