Try putting a fired event handler in for a unit, everytime he shoots, make sure u know wht magazine he has (for example M16), then do a hint messege something like this.
hint format ["%1", (unit ammo "M16")]
It says in the com ref that it returns the amount of shots the unit has left for that magazine, but all i keep getting is 0, it always returns 0.
Am I doing something wrong or is this an OFP problem?