VITACOLA 10 Posted December 31, 2011 Hiho I got a problem with a tank. The tank is a AA vehicle and need a radar for gunner and commander seat. Is it possible to add the radar without the laser rangefinder of OA (+ ACE)? Share this post Link to post Share on other sites
mankyle 421 Posted December 31, 2011 driverCanSee = 31; commanderCanSee = 31; gunnerCanSee = 31; radarType = 4; Add these lines in the cfgvehicle class, not in the commander's turret These lines will add OA's radar to the driver,primarygunner and commander Remember that for setting a turret as Primary gunner you have to add: primaryGunner = 1; And for adding the Radar to a commander you have to add primaryObserver = 1; Hope it helps Share this post Link to post Share on other sites