Advertisement
Guest User

hshs

a guest
Jun 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. new const vehicleArray[][dealerEnum] =
  2. {
  3. {"Bikes", 481, 750},
  4. {"Bikes", 509, 750},
  5. {"Bikes", 510, 1000},
  6. {"Bikes", 462, 1500},
  7. {"Bikes", 471, 1750},
  8. {"Bikes", 448, 200000},
  9. {"Bikes", 468, 1900},
  10. {"Bikes", 586, 1300},
  11. {"Bikes", 463, 1900},
  12. {"Bikes", 521, 750000},
  13. {"Bikes", 461, 2000},
  14. {"Saloons", 549, 1150},
  15. {"Saloons", 542, 1100},
  16. {"Saloons", 546, 1250},
  17. {"Saloons", 517, 1230},
  18. {"Saloons", 419, 2500},
  19. {"Saloons", 466, 2500},
  20. {"Saloons", 467, 2250},
  21. {"Saloons", 475, 3000},
  22. {"Saloons", 492, 2250},
  23. {"Saloons", 445, 2500},
  24. {"Saloons", 529, 2250},
  25. {"Saloons", 540, 2300},
  26. {"Saloons", 550, 2300},
  27. {"Saloons", 421, 3100},
  28. {"Saloons", 551, 3100},
  29. {"Saloons", 547, 3000},
  30. {"Saloons", 426, 3500},
  31. {"Saloons", 409, 4500},
  32. {"Saloons", 580, 5500},
  33. {"Off-Road", 500, 5750},
  34. {"Off-Road", 400, 5750},
  35. {"Off-Road", 489, 6750},
  36. {"Off-Road", 495, 7000},
  37. {"Off-Road", 579, 7500},
  38. {"Station wagons", 418, 2450},
  39. {"Station wagons", 404, 3500},
  40. {"Station wagons", 479, 3750},
  41. {"Station wagons", 458, 3500},
  42. {"Station wagons", 561, 5500},
  43. {"Sports cars", 496, 4800},
  44. {"Sports cars", 402, 30000},
  45. {"Sports cars", 477, 35000},
  46. {"Sports cars", 565, 15000},
  47. {"Sports cars", 589, 10000},
  48. {"Sports cars", 558, 7500},
  49. {"Sports cars", 559, 22000},
  50. {"Sports cars", 587, 21000},
  51. {"Sports cars", 562, 27500},
  52. {"Sports cars", 603, 28000},
  53. {"Sports cars", 494, 85000},
  54. {"Sports cars", 560, 40000},
  55. {"Sports cars", 429, 32500},
  56. {"Sports cars", 541, 35000},
  57. {"Sports cars", 415, 47500},
  58. {"Sports cars", 451, 57000},
  59. {"Sports cars", 411, 60000},
  60. {"Lowriders", 412, 3500},
  61. {"Lowriders", 576, 4000},
  62. {"Lowriders", 534, 4750},
  63. {"Lowriders", 566, 5000},
  64. {"Lowriders", 535, 5250},
  65. {"Lowriders", 536, 5750},
  66. {"Lowriders", 567, 6000},
  67. {"Lowriders", 575, 7500},
  68. {"Industrial", 478, 2000},
  69. {"Industrial", 543, 2750},
  70. {"Industrial", 600, 3000},
  71. {"Industrial", 422, 3500},
  72. {"Industrial", 413, 2500},
  73. {"Industrial", 440, 4500},
  74. {"Industrial", 525, 5750},
  75. {"Industrial", 554, 6250},
  76. {"Industrial", 482, 5250},
  77. {"Industrial", 552, 7000},
  78. {"Industrial", 414, 7500},
  79. {"Industrial", 498, 6750},
  80. {"Industrial", 578, 8500},
  81. {"Public service", 420, 30000},
  82. {"Public service", 438, 32500},
  83. {"Public service", 437, 75000},
  84. {"Public service", 431, 75000},
  85. {"Boats", 473, 2000},
  86. {"Boats", 472, 10000},
  87. {"Boats", 446, 15000},
  88. {"Boats", 493, 17500},
  89. {"Boats", 452, 20000},
  90. {"Boats", 484, 22500},
  91. {"Boats", 595, 22500},
  92. {"Boats", 453, 25000},
  93. {"Boats", 454, 30000},
  94. {"Aircraft", 487, 25000},
  95. {"Aircraft", 469, 30000},
  96. {"Aircraft", 593, 45000},
  97. {"Aircraft", 512, 35000},
  98. {"Aircraft", 513, 37500},
  99. {"Aircraft", 417, 40000},
  100. {"Aircraft", 460, 42500},
  101. {"Aircraft", 548, 50000000},
  102. {"Aircraft", 519, 60000},
  103. {"Aircraft", 511, 75000},
  104. {"Aircraft", 553, 100000}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement