Author Topic: Rykuta Ammo Box compatibility with his later Support_AdvGuns  (Read 519 times)

Could someone make Rykuta's Ammo Box [Download Mirror] support the ammo system of Support_AdvGuns? Specifically for his Weapon_Package_RY?
From poking around in the Ammo Box code he has already outlined the process for ammo refill of his AdvGuns package, I just don't know anything about Torgue3D code to do this myself.
Code: [Select]
if($RYG_UsesAmmo == 1) // Modern Weapon support this will be implemented once the actual HK or whatever other weapons are updated.
{
// Under Development
// If All Ammo Full is Off do this
// Get current Player Item
// Set Item's Ammo to Max
// Else do this
// Loop through player contents
// Set all weapon/client's ammos to maximum
// Done
}
« Last Edit: April 27, 2017, 02:18:50 AM by 16-Bit »