Advertisement
BenFromTTG

Untitled

Nov 17th, 2019
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. class CfgPatches
  2. {
  3. class USAF_REFUEL_FIR_AV8B
  4. {
  5. units[] = {};
  6. weapons[] = {};
  7. requiredVersion = 0.1;
  8. requiredAddons[] = {"USAF_Main"};
  9. };
  10. };
  11.  
  12. class cfgVehicles
  13. {
  14. class FIR_AV8B_Base;
  15. class FIR_AV8B_VMA231_02: FIR_AV8B_Base
  16. {
  17. USAF_RefuelType = "hose";
  18. USAF_RefuelPoint = "refuel_probe";
  19. USAF_RefuelAnimation = "fuel_probe";
  20. USAF_RefuelExtTank[] = {"FIR_AV8B_Fueltank_R_P_1rnd_M"};
  21. USAF_RefuelExtTankVar = "auxtank_switch";
  22. USAF_RefuelExtCount = 0.2;
  23. };
  24.  
  25. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement