Post: Need help with a infinite equipment code...
09-04-2015, 02:14 AM #1
Nalin
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); I'm new to coding and all of this GSC stuff, but i need help finding a Infinite Equipment code like in Loz Updated Azza Menu?
Would be highly appreciated!
(adsbygoogle = window.adsbygoogle || []).push({});
09-04-2015, 03:11 AM #2
Adrian
Adrian is back!
Originally posted by Nalin View Post
I'm new to coding and all of this GSC stuff, but i need help finding a Infinite Equipment code like in Loz Updated Azza Menu?
Would be highly appreciated!


Thread has been moved to GSC Mods and Scriptis questions.
09-04-2015, 03:16 AM #3
HiddenHour
I defeated!
Originally posted by Nalin View Post
I'm new to coding and all of this GSC stuff, but i need help finding a Infinite Equipment code like in Loz Updated Azza Menu?
Would be highly appreciated!


Try making a for loop and use
    self setWeaponAmmoStock(self getCurrentOffHand(), 99);
09-04-2015, 03:35 AM #4
itsSorrow
In my man cave
Originally posted by TheHiddenHour View Post
Try making a for loop and use
    self setWeaponAmmoStock(self getCurrentOffHand(), 99);


that works but so does this
    
InfEquipment()
{
self endon("noMoreInfEquip");

for(;Winky Winky
{
wait 0.1;

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

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo