Spodermayt Posted October 2, 2014 Report Share Posted October 2, 2014 IED's Might be handy when you cant find anything good. Installation: You need maca's right click system: HERE. Download this: and place it to your custom folder in mission.pbo: HERE. And place this to your extra_rc.hpp: class ExtraRc { class HandGrenade_West { class ied1 { text = "Craft a tiny IED"; script = "execVM 'custom\IEDs\tiny_IED.sqf';"; }; }; class BAF_ied_v1 { class ied2 { text = "Craft a small IED"; script = "execVM 'custom\IEDs\small_IED.sqf';"; }; }; class BAF_ied_v2 { class ied3 { text = "Craft a normal IED"; script = "execVM 'custom\IEDs\normal_IED.sqf';"; }; }; class BAF_ied_v3 { class ied4 { text = "Craft a large IED"; script = "execVM 'custom\IEDs\large_IED.sqf';"; }; }; }; Done Dew and psychosis 2 Link to comment Share on other sites More sharing options...
Spodermayt Posted October 2, 2014 Author Report Share Posted October 2, 2014 I know the code looks really ugly, but paste it into notepad++ or something and it looks great. Edit: I accidently replied lmao, if some admin wants to delete this no prob Link to comment Share on other sites More sharing options...
R4id3n84 Posted October 2, 2014 Report Share Posted October 2, 2014 Awesome idea implemented on my server :) Spodermayt 1 Link to comment Share on other sites More sharing options...
hamthejam Posted August 7, 2015 Report Share Posted August 7, 2015 I added this to my server and it works really well, Thanks Spodermayt! ^_^ Link to comment Share on other sites More sharing options...
Tang0 Posted August 8, 2015 Report Share Posted August 8, 2015 url for macas right click gives a 404 :/ Link to comment Share on other sites More sharing options...
MrShix Posted August 8, 2015 Report Share Posted August 8, 2015 url for macas right click gives a 404 :/ take a look at this http://line2.lv/Forums/index.php?PHPSESSID=iobnthhmd847tj3cag80kk65b5&topic=6.0 Link to comment Share on other sites More sharing options...
Tang0 Posted August 8, 2015 Report Share Posted August 8, 2015 thnx Link to comment Share on other sites More sharing options...
Tang0 Posted August 8, 2015 Report Share Posted August 8, 2015 got it running nice script though slight error in large_IED.sqf though (couldnt craft a large ide) - changed to _ied = {_x == "BAF_ied_v3"} count magazines player; and player addMagazine "BAF_ied_v4"; Link to comment Share on other sites More sharing options...
McToots Posted August 12, 2015 Report Share Posted August 12, 2015 Just an idea: could you add an option for these going boom when placing? Link to comment Share on other sites More sharing options...
EagerBeaver Posted November 23, 2016 Report Share Posted November 23, 2016 Can anyone confirm that this script still works ? Or is there a updated IED script ? I would love to implement a IED script on my takistan server :D Thanx :) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now