Advertisement
odincz

rhs01

Dec 17th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ImFX_AiModel_E = [];
  2. ImFX_AiModel_W = [];
  3. ImFX_AiModel_G = [];
  4. ImFX_AiModel_C = [];
  5.  
  6.  
  7.  
  8. //Used primarily for DAPE event
  9.  
  10. ImFX_Air_Patrol = ["RHS_C130J","USAF_C17"];
  11. ImFX_Air_Interceptor = [];
  12. ImFX_Air_Rescue_Heli = ["RHS_Mi8mt_vvsc","RHS_Mi8mt_Cargo_vvsc"];
  13.  
  14. ImFX_Air_Airdrop = []; // Used for various airdrop missions, add vehicles capable of airdroppinglarge items
  15. ImFX_Air_Pararop = []; // Used for various airdrop missions, add vehicles which can drop infantry
  16. ImFX_Air_CAS = [];
  17.  
  18. ImFX_Heli_Escort = [];
  19. ImFX_Heli_Transport = [];
  20.  
  21.  
  22. ImFX_Land_Armed_Transport = [];
  23. ImFX_Land_Armed_Guard = [];
  24.  
  25. ImFX_Land_Unarmed_Transport = [];
  26.  
  27.  
  28.  
  29. // Loot tables
  30.  
  31. ImFX_Loot_Level_1 = [];
  32. ImFX_Loot_Level_2 = [];
  33. ImFX_Loot_Level_3 = [];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement