Yeah, ok. What I meant was , I've got the hummvee pack already. The problem is that the tow mounted on the jeep is defined as a mg ( so you can't lock it on a target):
class default {};
class MGun: Default {};
class MachineGun7_6: MGun {};
class MachineGun12_7: MachineGun7_6 {};
class qkgTOWLauncher: MachineGun12_7
It doesn't work when you change into an AT ( like the dkmm tow for example )
class default {};
class AT3: default {};
class LAW: AT3 {};
class DKMM_TOW: LAW
It has something to do with the baseclass because when you define the humvee as an apc it does work but without the gunner.
...
class qkg_HMMWV: Bradley