malakdecaen 3 Posted March 9, 2013 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
Dysfonction 10 Posted March 9, 2013 This is what i try to do since the beginning :) Share this post Link to post Share on other sites
malakdecaen 3 Posted March 9, 2013 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
nomadd 66 Posted March 9, 2013 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
malakdecaen 3 Posted March 9, 2013 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