Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. class I_Heli_light_03_unarmed_F {
  2. vItemSpace = 70;
  3. vFuelSpace = 50000;
  4. conditions = "license_civ_pilot || {license_med_mAir} || {license_civ_rebel}";
  5. price =2100000;
  6. textures[] = {
  7. { "Gray", "civ", {
  8. "textures\civilian\vehicles\civilian_hellcat_gray.paa"
  9. }, "" },
  10. { "Police", "cop", {
  11. "textures\police\vehicles\police_hellcat.paa"
  12. }, "" }
  13. };
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement