Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 1.25 KB | None | 0 0
  1. # DAC-Zones
  2. # Kampfzonen
  3. ["z1",[1,0,0],[150],[],[150],[],[0,0,0,0]] spawn DAC_Zone # OpFor
  4. ["z2",[2,0,0],[150],[],[150],[],[1,1,0,0]] spawn DAC_Zone # BlueFor
  5. ["z3",[3,0,0],[150],[],[150],[],[2,2,0,0]] spawn DAC_Zone # Widerstand
  6.  
  7. # Spawnzones
  8. ["z10",[1,0,0],[10,3,1,20],[],[5,2,1,20],[],[0,0,0,0]] spawn DAC_Zone # OpFor
  9. ["z20",[2,0,0],[10,3,1,20],[],[5,2,1,20],[],[1,1,0,0]] spawn DAC_Zone # BlueFor
  10. ["z30",[3,0,0],[10,3,1,20],[],[5,2,1,20],[],[2,2,0,0]] spawn DAC_Zone # Widerstand
  11.  
  12. # Campzones
  13. ["z11",[1,0,0],[],[],[],[1,0,80,0,100,35,[z10]],[0,0,0,0]] spawn DAC_Zone # OpFor
  14. ["z12",[1,0,0],[],[],[],[1,0,80,0,100,35,[z10]],[0,0,0,0]] spawn DAC_Zone # OpFor
  15. ["z13",[1,0,0],[],[],[],[1,0,80,0,100,35,[z10]],[0,0,0,0]] spawn DAC_Zone # OpFor
  16.  
  17. ["z21",[2,0,0],[],[],[],[1,0,80,0,100,35,[z20]],[1,1,0,0]] spawn DAC_Zone # BlueFor
  18. ["z22",[2,0,0],[],[],[],[1,0,80,0,100,35,[z20]],[1,1,0,0]] spawn DAC_Zone # BlueFor
  19. ["z23",[2,0,0],[],[],[],[1,0,80,0,100,35,[z20]],[1,1,0,0]] spawn DAC_Zone # BlueFor
  20.  
  21. ["z31",[3,0,0],[],[],[],[1,0,80,0,100,35,[z30]],[2,2,0,0]] spawn DAC_Zone # Widerstand
  22. ["z32",[3,0,0],[],[],[],[1,0,80,0,100,35,[z30]],[2,2,0,0]] spawn DAC_Zone # Widerstand
  23. ["z33",[3,0,0],[],[],[],[1,0,80,0,100,35,[z30]],[2,2,0,0]] spawn DAC_Zone # Widerstand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement