TaskMaster 0 Posted September 16, 2008 I am trying to add a machine gun to the tank drivers postion. I searched several forums but found nothing that helps. I have manage to add the gun and have the driver fire it by adding the following to the config.cpp: . . class cfgvehicles { Â class myTank: T72 Â { weapons[] = {"myGun"}; magazines[] = {"myAmmo"}; . . . Â }; }; However, the gun firs from some point within the Turret and I cannot determine what selection need to be added in the P3d to alter its firing point. Any help would be greatly appreciated. Share this post Link to post Share on other sites
nuxil 2 Posted September 16, 2008 memoryPointGun = "machinegun"; ?? Share this post Link to post Share on other sites
TaskMaster 0 Posted September 16, 2008 I tried the following in config: memoryPointGun = "driver_gun_muzzle"; and added "driver_gun_muzzle" selection to memory LOD. This did not work. Share this post Link to post Share on other sites
canukausiuka 1 Posted September 16, 2008 Unlike in OFP, in Arma it is not possible to have a driver also operating a weapon. I think it has to do with the way they changed the control setup (in OFP you had the cursor, which you can't control the same in Arma). I could be wrong though. Share this post Link to post Share on other sites