Yeltsin 0 Posted August 11, 2003 How do you place a single weapon in a map like when you drop a weapon in Operation Flashpoint Resistance? I searched the forum and I found a post about it but I confused me, can anyone help me out? Share this post Link to post Share on other sites
Nathanz 0 Posted August 11, 2003 i really need help with this also Share this post Link to post Share on other sites
Bosun 0 Posted August 11, 2003 This might help; Go to OFPEC and scroll down to "weapon VehicleCreate" by mcnils. It works. Hope this helps. Share this post Link to post Share on other sites
Yeltsin 0 Posted August 11, 2003 Thanks alot man now Ill be screwin with this for hours! THANK YOU Share this post Link to post Share on other sites
Yeltsin 0 Posted August 12, 2003 this was a great help but how do you make a weapon start off on the GROUND and not a table? Share this post Link to post Share on other sites
OmniMax 0 Posted August 12, 2003 The same way, execpt don't setpos it off the ground. Share this post Link to post Share on other sites
Bosun 0 Posted August 12, 2003 Instead in the trigger; Pistol1 = "weaponholder" createVehicle getpos gl1; Pistol1 addMagazineCargo ["tokarevMag",4]; Pistol1 addWeaponCargo ["tokarev",1]; Pistol1 Setpos getPos gl1 Your changing "table" with gl1 and then just put a gamelogic (under units) name it gl1. Hope this does it. Share this post Link to post Share on other sites
Yeltsin 0 Posted August 12, 2003 ohhhhh ok, I get it, I never quite knew what the game logic was for but know I do, Thanks again Bosun. Share this post Link to post Share on other sites
Major Fubar 0 Posted August 13, 2003 Could someone make an invisible unit, so you could load him up with weapons, Setdammage 1, as an easier way to place weapons? Actually, an invisible unit would be cool taking screenshots too... Share this post Link to post Share on other sites
Bosun 0 Posted August 13, 2003 Sure...you just want to take him into MP Share this post Link to post Share on other sites
RED 0 Posted August 14, 2003 I created a script that does this a while ago, if anyone wants an alternative way of placing a weapon take a look at: http://www.flashpoint1985.com/cgi-bin....nholder RED Share this post Link to post Share on other sites