Advertisement
Guest User

Untitled

a guest
May 22nd, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. //
  2. // get grid configuration for the different maps
  3. //
  4.  
  5. switch (_worldname) do {
  6. case "napf":
  7. {
  8. #include "map_config\SAR_cfg_grid_napf.sqf"
  9. };
  10.  
  11. diag_log format["SAR_AI: Dynamic and static spawning Started"];
  12.  
  13. switch (_worldname) do {
  14. case "napf":
  15. {
  16. #include "map_config\SAR_cfg_grps_napf.sqf"
  17. };
  18.  
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement