MuffinMonster

dealership list

Feb 3rd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. new VehDealership[][] = { // VEHICLEID - PRICE - TLS
  2. {440, 11000}, // Rumpo
  3. {543, 11500}, // Sadler
  4. {422, 15000}, // Bobcat
  5. {478, 8500}, // Walton
  6. {413, 13000}, // Pony
  7. {499, 16000}, // Benson
  8. {498, 15500}, // Boxville
  9. {414, 16500}, // Mule
  10. {445, 34000}, // Admiral
  11. {401, 20000}, // Bravura
  12. {518, 22000}, // Buccaneer
  13. {527, 19000}, // Cadrona
  14. {542, 80000}, // Clover
  15. {507, 27000}, // Elegant
  16. {585, 20000}, // Emperor
  17. {533, 30000}, // Feltzer
  18. {482, 25000}, // Burrito
  19. {419, 17500}, // Esperanto
  20. {526, 24000}, // Fortune
  21. {466, 25000}, // Glendale
  22. {492, 26000}, // Greenwood
  23. {474, 20000}, // Hermes
  24. {546, 18000}, // Intruder
  25. {517, 26000}, // Majestic
  26. {410, 19000}, // Manana
  27. {551, 32000}, // Merit
  28. {516, 17500}, // Nebula
  29. {470, 40000}, // Patriot
  30. {467, 15500}, // Oceanic
  31. {426, 35000}, // Premier
  32. {436, 16000}, // Previon
  33. {547, 15500}, // Primo
  34. {405, 34500}, // Sentinel
  35. {580, 37000}, // Stafford
  36. {550, 30500}, // Sunrise
  37. {549, 14000}, // Tampa
  38. {540, 22000}, // Vincent
  39. {491, 19000}, // Virgo
  40. {529, 13000}, // Willard
  41. {421, 45000}, // Washington
  42. {479, 12500}, // Regina
  43. {458, 25000}, // Solair
  44. {404, 11000}, // Perenniel
  45. {561, 34500}, // Stratum
  46. {418, 14000}, // Moonbeam
  47. {500, 40000}, // Mesa
  48. {400, 35000}, // Landstalker
  49. {579, 65000}, // Huntley
  50. {566, 35500}, // Tahoma
  51. {576, 24000}, // Tornado
  52. {412, 23000}, // Voodoo
  53. {567, 29000}, // Savanna
  54. {534, 27000}, // Remington
  55. {536, 24500}, // Blade
  56. {575, 22000} // Broadway
  57. };
Add Comment
Please, Sign In to add comment