curtcooll 1 Posted March 31, 2013 Ok this is code to kill pilot, I know turret is the co-pilot but tried that don't work in the trigger? driver chopper setDamage 1; Share this post Link to post Share on other sites
cobra4v320 27 Posted March 31, 2013 (edited) I cant understand anything you stated above, Im so confused, anyways the code below will kill all the crew except for the pilot. {_x setdamage 1} foreach (crew chopper) - [driver chopper]; This will kill just the pilot (driver chopper) setDamage 1; Edited March 31, 2013 by cobra4v320 Share this post Link to post Share on other sites
curtcooll 1 Posted March 31, 2013 Im trying to kill co-pilot as well i posted code to show that this code kills pilot now what's one for turret. Share this post Link to post Share on other sites
cobra4v320 27 Posted March 31, 2013 This will kill the pilot and crew. {_x setdamage 1} foreach (crew chopper) Share this post Link to post Share on other sites
curtcooll 1 Posted March 31, 2013 That didnt work but thanks if you cant kill the Co-pilot is there a way to make the pilot non playable but the co-pilot playable note that I'm not using empty vehicle. Share this post Link to post Share on other sites
cobra4v320 27 Posted April 1, 2013 I do not understand what you are trying to do here. That didnt work but thanks if you cant kill the Co-pilot This will kill the co-pilot. {_x setdamage 1} foreach (crew chopper) - [driver chopper]; Share this post Link to post Share on other sites
curtcooll 1 Posted April 1, 2013 This will kill the co-pilot. {_x setdamage 1} foreach (crew chopper) - [driver chopper]; Thats awesome dude killed co-pilot then moved in another pilot so players can play as co-pilot, what im doing with my coop mission is making it so that only pilots fly so seeing as the pilot dies only one left. thanks for that though now the first part mission is complete the helicopter simulated crash is epic. Share this post Link to post Share on other sites