Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. class med_shop {
  2. side = "med";
  3. vehicles[] = {
  4. { "VSAV_Master", { "", "", -1 } },
  5. { "VSAV_Boxer", { "", "", -1 } },
  6. { "fptl_renault", { "", "", -1 } },
  7. { "fpt_renault", { "", "", -1 } },
  8. { "VSR", { "", "", -1 } },
  9. { "kangooI2_vl", { "", "", -1 } },
  10. { "Trafic_vtp", { "", "", -1 } },
  11. { "CCGC", { "", "", -1 } },
  12. { "EPA", { "", "", -1 } },
  13. { "VPL_Boxer", { "", "", -1 } },
  14. { "VPC", { "", "", -1 } },
  15. { "depanren", { "", "", -1 } }
  16. };
  17. };
  18.  
  19. class med_air_hs {
  20. side = "med";
  21. vehicles[] = {
  22. { "B_Heli_Light_01_F", { "", "", -1 } }
  23. };
  24. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement