-Gary- 0 Posted November 20, 2018 On our server we want to add these new AA weapons in but we want to remove the auto feature on them. In our testing if we put them in a store and buy one it works fine but we found that if we disengage the UAV controller from it they go into auto mode and will automatically shoot at enemy. We want our players to be able to use them but would like to remove the AI part of them. Any way to do this? Share this post Link to post Share on other sites
Harzach 2518 Posted November 21, 2018 {this disableAI _x} foreach ["TARGET","AUTOTARGET"]; Won't target or fire at enemy units. On UAV terminal disconnect, the turret returns to its "zero" position. Share this post Link to post Share on other sites
-Gary- 0 Posted November 21, 2018 I will give it a try thanks a bunch Share this post Link to post Share on other sites
pierremgi 4906 Posted November 23, 2018 I delete/ create crew for these radar/launcher duos, with an addaction. There are other solutions but this one makes them civilian/blufor as well. So disabled, they are no more targets. Share this post Link to post Share on other sites
-Gary- 0 Posted December 3, 2018 I hope you guys forgive me but when it comes to coding I have zero understanding pretty much. Where would that line of code go and as far as deleting the crew where would that be done. Share this post Link to post Share on other sites