Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. class C_SUV_01_F {
  2. vItemSpace = 50;
  3. storageFee[] = { 1000, 0, 0, 0 };
  4. garageSell[] = { 15000, 7500, 0, 0 };
  5. insurance = 2500;
  6. chopShop = 15000;
  7. textures[] = {
  8. { "Dark Red", "civ", {
  9. "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa"
  10. } },
  11. { "Silver", "civ", {
  12. "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_03_co.paa"
  13. } },
  14. { "Orange", "civ", {
  15. "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_04_co.paa"
  16. } },
  17. { "Gendamerie", "cop", {
  18. "textures\policesuv.jpg"
  19. } },
  20. };
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement