Jump to content

Wonccos

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Everything posted by Wonccos

  1. Thanks Silola! I got it sorted out. Thank you for all! :)
  2. Thank you for your reply MadMike. :) The problem isn't in the zones z1-z6, they working as intended, they don't shoot each other in those zones and I want to have blufor in them. The problem is in z7, I want this zone to be opfor starting area, but with this code the opfor spawns and then shoot each other to bits(opfor attacking opfor), they attack each other in the zone just seconds after spawn. :) I notice when I change from side East to side Resistance it works. But not with east as I like. :) Sorry if I confuse you.. kind of hard to explain :D
  3. I love DAC! :) Well done to all involved! I have a problem. I use the inter game logic(as I'm no pro at this ;) ) and have followed the so well written manual. These work as intended: fun=["z1",[1,0,0],[10,4,50,5],[],[],[],[1,1,1,1]] spawn DAC_Zone fun=["z2",[1,0,0],[],[],[],[1,4,25,1,100,20],[1,1,1,1]] spawn DAC_Zone fun=["z3",[1,0,0],[],[5,4,50,5],[4,4,50,5],[],[1,1,1,1]] spawn DAC_Zone fun=["z5",[1,0,0],[20],[20],[],[],[1,1,1,1]] spawn DAC_Zone fun=["z6",[1,0,0],[20],[20],[20],[],[1,1,1,1]] spawn DAC_Zone But now I try to create a opfor starting area. But every time I start the game the opfor just target each other and blow them self up. I want them to be east and the type insurgents. This one doesn't work as intended: fun=["z7",[1,0,0],[8,2,50,8],[8,2,50,8],[8,2,50,8],[ ],[0,6,0,0,0]] spawn DAC_Zone I would love some help. :) Once again thank you for this tool! Even I who sucks at making fun mission are making some cool ones now! Love it!
×