Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. class C_SUV_01_F {
  2. vItemSpace = 50;
  3. conditions = "license_civ_driver || {!(playerSide isEqualTo civilian)}";
  4. price = 35000;
  5. textures[] = {
  6. { "Dark Red", "civ", {
  7. "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa"
  8. }, "" },
  9. { "Silver", "civ", {
  10. "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_03_co.paa"
  11. }, "" },
  12. { "Orange", "civ", {
  13. "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_04_co.paa"
  14. }, "" },
  15. { "Crazy Stickers", "civ", {
  16. "textures\civ\stickersuv.paa"
  17. }, "" },
  18. { "White", "cop", {
  19. "textures\cop\vehicles\suv_white.paa"
  20. }, "" },
  21. { "Black", "cop", {
  22. "textures\cop\vehicles\suv_black.paa"
  23. }, "" },
  24. { "Undercover", "cop", {
  25. "\A3\Soft_F_Gamma\SUV_01\Data\SUV_01_ext_02_CO.paa"
  26. }, "" },
  27. { "SUV", "med", {
  28. "textures\medic\vehicles\suv.paa"
  29. }, "" }
  30. };
  31. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement