Advertisement
Guest User

Untitled

a guest
Sep 20th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Init.sqf:
  2.  
  3.  
  4.  
  5. call compile preprocessFile "staticData.sqf";
  6.  
  7. ---------------------------------------------------------------------------------------------
  8. staticData.sqf:
  9.  
  10.  
  11.  
  12. waitUntil {!isNil "ALiVE_STATIC_DATA_LOADED"};
  13.  
  14.  
  15. ALIVE_airBuildingTypes = ALIVE_airBuildingTypes + [
  16. "hangar"
  17. ];
  18.  
  19. ALIVE_militaryAirBuildingTypes = ALIVE_militaryAirBuildingTypes + [
  20. "tenthangar"
  21. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement