Jump to content
Sign in to follow this  
konrad1

NEW mission making / IED ...

Recommended Posts

Hmm. I was thinking some sort of pipebomb with wires or something like that. I can see how an innocent backpack by the side of the road would not only look believeable but would also cause some stickybeak to walk up to it. * evil grin *

Share this post


Link to post
Share on other sites

ok done with parajump.

@Cougs get the ied pack from armaholic there is 1 with bombs cars dogs ...

http://www.armaholic.com/page.php?id=10029

@kylania that stuff wih sqs where i wanted that with mi8 is not that.

i search a command like this

if (fuel truck1 != 1) then

{

hint "Truck1 has less than a full tank of fuel.";

}

but insted of fuel there sould be like when mi8 get destroyed.

Share this post


Link to post
Share on other sites
if (getDamage truck1 > 0) then
{
hint "Truck1 has been damaged.";
};

Share this post


Link to post
Share on other sites

dont work says missing ) berween Damage and truck like this

if (getDamage )truck1 > 0) then

this must be in tigger right ??? but where and i need somethign else beacuse this says error

Edited by Konrad1

Share this post


Link to post
Share on other sites

It's suppose to be damage. Not getDammage I believe. If you intend to use the code above in a working trigger it should be set up like this:

Condition: damage truck1 > 0

On Activation: hint "Truck1 has been damaged."

Share this post


Link to post
Share on other sites

how to use ID with this damage stuff? beacuse want to destoy marihuana =)

Share this post


Link to post
Share on other sites

guys pls help how to inboud ID with triggers

---------- Post added at 11:18 PM ---------- Previous post was at 09:30 PM ----------

ok got this with id ?= now i can make a mission with drug destruction =)

Share this post


Link to post
Share on other sites

If I set an IED to an object using attachto, how do I make sure it disappears after my trigger is activated?

Share this post


Link to post
Share on other sites
If I set an IED to an object using attachto, how do I make sure it disappears after my trigger is activated?

If your referring to the object the it's deletevehicle objectsname placed in the code just after the bomb has exploded

Share this post


Link to post
Share on other sites

I will help you with the mobile respawn once i get my arma 2 working again i have one that i built into my mission "Operation Phalanx" i'le sen you the scripts sometime :).

---------- Post added at 11:26 AM ---------- Previous post was at 11:20 AM ----------

how to make like when heli exlpoede 1 task i completed ??

If this has not been answered yet !alive heli objStatus ""DONE""; tskhelisetTaskState ""SUCCEEDED"";

Something along those lines i can't remember exactly might need to remove some of those " and alittle bit of edditing :P I would get it exactly for you but that's from the mission.sqm and i can't get arma 2 working at the moment :).

Share this post


Link to post
Share on other sites

how to make the air reinforcment in the editor that is in the trening mission.

Share this post


Link to post
Share on other sites

DOES ANYBODY KNOW HOW TO MAKE SOUND FOR A TRIGGER

but a sound i did myself PLS HELP.

Share this post


Link to post
Share on other sites

Hi guys, doing a little mission where theres an IED, and after it blows i want the VIPs on board the 2nd vehicle to board the Helo that comes to pick them up.

I have done it so when the Trigger for the IED go's off a Helo comes and hovers nearby, but I cant work out a way to make JUST the VIP's bail, not everybody... any ideas?

Share this post


Link to post
Share on other sites

Outright kill everyone else, possibly even heal or allowDamage false the VIPs. Or just kill everyone and spawn new VIPs there.

Share this post


Link to post
Share on other sites

Yeah, I i was hoping to be more of a case of 'oh shit, the vip's have been compromised, get them out of here, we will defend this position'.

Perhaps kill them all, spawn new squad and let the VIPs get out of there. And now, to work out how to do that!

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  

×