Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. class O_Heli_Light_02_unarmed_F {
  2. vItemSpace = 210;
  3. licenses[] = { {"pilot" }, {"cAir"}, {"mAir"}, {""} };
  4. price = 750000;
  5. textures[] = {
  6. { "Black", "cop", {
  7. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_co.paa"
  8. } },
  9. { "White / Blue", "civ", {
  10. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_civilian_co.paa"
  11. } },
  12. { "Digi Green", "civ", {
  13. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_indp_co.paa"
  14. } },
  15. { "Desert Digi", "reb", {
  16. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_opfor_co.paa"
  17. } },
  18. { "Medical", "med", {
  19. "textures\medic\orca_med.paa.paa"
  20. } }
  21. };
  22. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement