Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. class C_SUV_01_F {
  2. vItemSpace = 50;
  3. licenses[] = { {"driver"}, {""}, {""}, {""} };
  4. price = 30000;
  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. { "Gendarmerie", "cop", {
  16. "textures/suv-gendarmerie.jpg"
  17. } }
  18. };
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement