Black Ops III

GetTotalAmmo

Returns the total amount of ammo the client has for the currently equipped weapon

Example:

ammoCount = GetTotalAmmo( localClientNum, "ak47_mp" )

Parameters

ParameterSummary
*localClientNumClient number of the player
*weaponNameName of the desired weapon to check

* = mandatory