Gruman 123 Posted June 22, 2013 Hey there, I have a problem with a config I'm working on. Basicly I try to add some ACE-Features (done and works properly) and I want to change some behavior with the doorgunners. There are 3 Turrets. An Observer/Copilot (MainTurret...), RightTurret (Inherit from MainTurret) and a LeftGun (Inherit from RightTurret). The Mainturret has a "class OpticsIn" defined, wich is good when using the FLIRPod, but since the other turrets inherit from that Mainturret, the "Iron Sights" on the Guns works like a FLIRPod. Is there a way to remove the "class OpticsIn" definition, so the RPT isnt filled with Missing Entry errors? I have tried just using class OpticsIn{}; , but it filled my RPT with way to many errors. If somebody have some tipps, that would be great. Thank you very much. Best regards MAG Share this post Link to post Share on other sites
aduke823 63 Posted July 24, 2013 Could you post your config using php tags? Thanks, Share this post Link to post Share on other sites
Gruman 123 Posted July 29, 2013 Thanks for replying. Allready found a workaround by defining all the valuebles. Workes just the way I wanted it. Thanks anyway. Best regards Share this post Link to post Share on other sites