Jump to content
Sign in to follow this  
curtcooll

Co-pilot setdamage help

Recommended Posts

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

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 by cobra4v320

Share this post


Link to post
Share on other sites

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

This will kill the pilot and crew.

{_x setdamage 1} foreach (crew chopper)

Share this post


Link to post
Share on other sites

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×