Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. local carshop_vehicles = {
  2. -- Berlines :
  3. ['asterope'] = 40135,
  4. ['fugitive'] = 50524,
  5. ['primo'] = 47240,
  6. ['romero'] = 38462,
  7. ['shafter2'] = 56024,
  8. ['stanier'] = 52134,
  9. ['superd'] = 55133,
  10. ['surge'] = 39999,
  11. ['tailgater'] = 64282,
  12. ['washington'] = 45000,
  13. -- Camionnettes
  14. ['bison'] = 65211,
  15. ['burrito'] = 66666,
  16. ['burrito4'] = 67857,
  17. ['journey'] = 42005,
  18. ['pony '] = 45100,
  19. ['rumpo'] = 47802,
  20. ['surfer'] = 38999,
  21. ['youga'] = 44644,
  22. -- Compactes
  23. ['blista'] = 48588,
  24. ['issi2'] = 46677,
  25. ['panto'] = 52454,
  26. ['prairie'] = 50000,
  27. -- Coupés
  28. ['cogcabrio'] = 67885,
  29. ['exemplar'] = 62455,
  30. ['f620'] = 63154,
  31. ['felon'] = 60015,
  32. ['jackal'] = 61110,
  33. ['oracle'] = 59458,
  34. ['sentinel'] = 60100,
  35. ['zion'] = 63333,
  36. -- Muscle
  37. ['buccaneer'] = 51200,
  38. ['dominator'] = 55050,
  39. ['gauntlet'] = 54545,
  40. ['phoenix'] = 55555,
  41. ['ruiner'] = 58558,
  42. -- Motos
  43. ['akuma'] = 75000,
  44. ['bagger'] = 65470,
  45. ['bati'] = 69555,
  46. ['faggio2'] = 10,
  47. ['sanchez'] = 59000,
  48. ['shotaro'] = 1000000,
  49. ['vader'] = 72001,
  50. ['hakuchou2'] = 450000,
  51. -- Sportives
  52. ['ninef2'] = 250000,
  53. ['banshee'] = 244000,
  54. ['comet2'] = 265000,
  55. ['coquette'] = 305000,
  56. ['elegy2'] = 293304,
  57. ['kuruma'] = 350000,
  58. ['ruston'] = 312200,
  59. ['sultanrs'] = 365440,
  60. ['jester'] = 355045,
  61. ['lynx'] = 354400,
  62. ['jester2'] = 2000000
  63. -- Sportives Class
  64. ['jb700'] = 450000,
  65. ['monroe'] = 420000,
  66. ['stinger'] = 430000,
  67. -- Super Sport
  68. ['adder'] = 1200000,
  69. ['bullet'] = 950000,
  70. ['cheetah'] = 1000000,
  71. ['entityfx'] = 1100000,
  72. ['infernus'] = 990550,
  73. ['vacca'] = 960000,
  74. ['voltic'] = 970500,
  75. ['zentorno'] = 1150000,
  76. -- SUV
  77. ['baller'] = 56000,
  78. ['dubsta'] = 59744,
  79. ['granger'] = 62045,
  80. ['mesa'] = 55640,
  81. ['patriot'] = 59996,
  82. -- Tout-terrain
  83. ['biff'] = 54210,
  84. ['blazer'] = 56874,
  85. ['rumpo'] = 68045,
  86. ['dune'] = 48060,
  87. ['monster'] = 70000,
  88. ['rebel'] = 52100,
  89. -- Velo
  90. ['bmx'] = 1000,
  91. ['fixter'] = 10000,
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement