ItsMods

Full Version: [Request]unlimted ammo(not doh!'s one)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there away to get unlimted ammo for just guns because doh!'s function gives leathals/tacticals and equipments which i dont want.

Also the Dvar ignoreammo makes players not reload
PHP Code:
for(;;){
self setWeaponAmmoClip(self getCurrentWeapon(), 999);
wait 0.05;} 
(01-29-2011, 04:58)AZUMIKKEL Wrote: [ -> ]
PHP Code:
for(;;){
self setWeaponAmmoClip(self getCurrentWeapon(), 999);
wait 0.05;} 

do they still have to reload?
(01-29-2011, 05:04)No One Wrote: [ -> ]
(01-29-2011, 04:58)AZUMIKKEL Wrote: [ -> ]
PHP Code:
for(;;){
self setWeaponAmmoClip(self getCurrentWeapon(), 999);
wait 0.05;} 

do they still have to reload?

no. if you want them to reload, change Clip to Stock
(01-29-2011, 05:13)AZUMIKKEL Wrote: [ -> ]
(01-29-2011, 05:04)No One Wrote: [ -> ]
(01-29-2011, 04:58)AZUMIKKEL Wrote: [ -> ]
PHP Code:
for(;;){
self setWeaponAmmoClip(self getCurrentWeapon(), 999);
wait 0.05;} 

do they still have to reload?

no. if you want them to reload, change Clip to Stock

k thanks