getWeaponMaxAmmo( <weapon name> )
Module: Weapons
Summary:
Returns max ammo count of your weapon
Example:
max = getWeaponMaxAmmo(weaponName);
Required Args:
1 : <weapon name>: (string) The weapon name for this weapon.
Deprecated Args:
1 : <id> Weapon id (available for backwards compatibility). You can get it with
getLoadedWeapons()