Jump to content
Sign in to follow this  
malakdecaen

Snatchel charge under water ?

Recommended Posts

Hi everybody ,

do you know how to put a snatchel charge under water on a boat ?

Share this post


Link to post
Share on other sites

i find something if you want , i create a file sabotage.sqs , you put a name to the boat like "ship1" , and put in init : this addaction "sabotage", "sabotage.sqs";

and in the sabotage.sqs you put :

player playMove "advepercmstpsnonwrfldnon_putdown";

sleep 10;

ship1 setFuel 0;

sleep 10;

ship1 setDammage 1;

and it's done !!

that works fine for me but there are some bug like the gunner stay alive under water when the ship go down and after the ship disaper , and the ship dont explose like a car just damage and go down .

i update this post later if i find how to create a good explosion .

Share this post


Link to post
Share on other sites

If you want the ship to explode remove the "ship1 setfuel 0". Then ship will then explode.

To remove the crew change the last line to:

{_x setdamage 1} foreach crew ship1 + [ship1];

Share this post


Link to post
Share on other sites

thanks nomad the gunner die but the boat still not explode . i don't understand why ? maybe a bug .

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  

×