Jump to content

CaptainCrunch

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Everything posted by CaptainCrunch

  1. Im 'trying' to create an ace insurgency mission, and im being ambitions for my first project, but i just wanted to extend the fallujah fob and found some code to delete one ingame large bag wall but i cant seem to figure it out to delete the rest of the wall and the objects infornt of it, is there a specific code for each item and if so where are they? This is the code i used to delete the first wall - (getPos this nearestObject 5343) setDamage 1; (getPos this nearestObject 5345) setDamage 1; I also have that game logic synchronised to this - nul = [] execVM "Pcf.sqf"; This is the main stuff i want to delete including the toilets behind the big bags http://imgur.com/WSM1EE6
×