Jump to content
Sign in to follow this  
peppy

deleting the crew of helo.

Recommended Posts

I am using !isnull to see if a helo is there, and if it is I want to delete it and its crew.

I am using:

"(!isNull(Helo1)) then {deleteVehicle(Helo1);};"

It says it can be used on groups as well so I tryed"

"if (!isNull(Man1)) then {deleteVehicle(Man1);};"

Man1 is the group name, not the unit name.

But I see the guys falling to ther death! lol.. help?

---------- Post added at 09:27 PM ---------- Previous post was at 09:26 PM ----------

I know a loop with Crew would work well, but not sure how to form it.

---------- Post added at 09:32 PM ---------- Previous post was at 09:27 PM ----------

ANSWER here..

http://forums.bistudio.com/showthread.php?t=83280&highlight=deleting+crew

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  

×