for future questions like this, use this handy snippet from the ed depot:
this addeventhandler ["fired",{hint format ["Name of shot is: %1,%2", (_this select 2),(_this select 4)]}]
stick it in the init of the unit who is firing the desired weapon and it will display the info you want.
(taken from a submission by Azraell)