Home   Help Search Login Register  

Author Topic: What is the AK47GrenadeLauncher called?  (Read 428 times)

0 Members and 1 Guest are viewing this topic.

Offline AirCav

  • Members
  • *
  • I'm a llama!
What is the AK47GrenadeLauncher called?
« on: 08 Jan 2005, 06:19:57 »
The M16 grenade launcher is called M203muzzle.  What is the AK47 counterpart called?  I can't find it in any referrence.

-Air

Offline Killswitch

  • Members
  • *
  • Peace, cheese and ArmA
Re:What is the AK47GrenadeLauncher called?
« Reply #1 on: 08 Jan 2005, 06:49:01 »
The grenade-launching muzzle for the AK47GrenadeLauncher and the AK74GrenadeLauncher is called GrenadesMuzzle

Taken from the official commented config 1.91 available on the OFP:Breathe page.

bored_onion

  • Guest
Re:What is the AK47GrenadeLauncher called?
« Reply #2 on: 08 Jan 2005, 13:17:23 »
for future questions like this, use this handy snippet from the ed depot:

Code: [Select]
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)