Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 0 0
  1. ["Audi R8"] = { // What name should be on the shop menu?
  2. entity = "audir8tdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  3. price = 3759999, // Cost to spawn this vehicle.
  4. sellPrice = 2800000, // Cost to sell this vehicle.
  5. impoundPrice = 200000, // Cost to return this vehicle from being impounded.
  6. },
  7. ["Audi S4 Avant"] = { // What name should be on the shop menu?
  8. entity = "rs4avanttdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  9. price = 833812, // Cost to spawn this vehicle.
  10. sellPrice = 589900, // Cost to sell this vehicle.
  11. impoundPrice = 100000, // Cost to return this vehicle from being impounded.
  12. },
  13. ["Audi S5"] = { // What name should be on the shop menu?
  14. entity = "auds5tdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  15. price = 878987, // Cost to spawn this vehicle.
  16. sellPrice = 549800, // Cost to sell this vehicle.
  17. impoundPrice = 70000, // Cost to return this vehicle from being impounded.
  18. },
  19. ["Audi TT"] = { // What name should be on the shop menu?
  20. entity = "auditttdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  21. price = 748450, // Cost to spawn this vehicle.
  22. sellPrice = 249600, // Cost to sell this vehicle.
  23. impoundPrice = 25000, // Cost to return this vehicle from being impounded.
  24. },
  25. ["Ferrari F430"] = { // What name should be on the shop menu?
  26. entity = "ferf430tdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  27. price = 5536000, // Cost to spawn this vehicle.
  28. sellPrice = 2800000, // Cost to sell this vehicle.
  29. impoundPrice = 500000, // Cost to return this vehicle from being impounded.
  30. },
  31. ["Ferrari f12 berlinetta"] = { // What name should be on the shop menu?
  32. entity = "ferf12tdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  33. price = 5895000, // Cost to spawn this vehicle.
  34. sellPrice = 2800000, // Cost to sell this vehicle.
  35. impoundPrice = 500000, // Cost to return this vehicle from being impounded.
  36. },
  37. ["Ferrari 250 GT"] = { // What name should be on the shop menu?
  38. entity = "fer_250gttdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  39. price = 6448366, // Cost to spawn this vehicle.
  40. sellPrice = 300000, // Cost to sell this vehicle.
  41. impoundPrice = 750000, // Cost to return this vehicle from being impounded.
  42. },
  43. ["Ford f350"] = { // What name should be on the shop menu?
  44. entity = "f350tdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  45. price = 990000, // Cost to spawn this vehicle.
  46. sellPrice = 165000, // Cost to sell this vehicle.
  47. impoundPrice = 50000, // Cost to return this vehicle from being impounded.
  48. },
  49. ["Ford Focus"] = { // What name should be on the shop menu?
  50. entity = "focusrstdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  51. price = 1019400, // Cost to spawn this vehicle.
  52. sellPrice = 169900, // Cost to sell this vehicle.
  53. impoundPrice = 50000, // Cost to return this vehicle from being impounded.
  54. },
  55. ["Ford Raptor"] = { // What name should be on the shop menu?
  56. entity = "raptorsvttdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  57. price = 375998, // Cost to spawn this vehicle.
  58. sellPrice = 70000, // Cost to sell this vehicle.
  59. impoundPrice = 11000, // Cost to return this vehicle from being impounded.
  60. },
  61. ["Ford Mustang"] = { // What name should be on the shop menu?
  62. entity = "mustanggttdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  63. price = 1304000, // Cost to spawn this vehicle.
  64. sellPrice = 300000, // Cost to sell this vehicle.
  65. impoundPrice = 55000, // Cost to return this vehicle from being impounded.
  66. },
  67. ["Lamborghini Diablo"] = { // What name should be on the shop menu?
  68. entity = "diablotdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  69. price = 5000000, // Cost to spawn this vehicle.
  70. sellPrice = 1750000, // Cost to sell this vehicle.
  71. impoundPrice = 155000, // Cost to return this vehicle from being impounded.
  72. },
  73. ["Lamborghini Gallardo"] = { // What name should be on the shop menu?
  74. entity = "gallardotdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  75. price = 4000000, // Cost to spawn this vehicle.
  76. sellPrice = 1700000, // Cost to sell this vehicle.
  77. impoundPrice = 155000, // Cost to return this vehicle from being impounded.
  78. },
  79. ["Lamborghini Miura"] = { // What name should be on the shop menu?
  80. entity = "miurap400tdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  81. price = 17996747, // Cost to spawn this vehicle.
  82. sellPrice = 7000000, // Cost to sell this vehicle.
  83. impoundPrice = 550000, // Cost to return this vehicle from being impounded.
  84. },
  85. ["Mazda MX 5"] = { // What name should be on the shop menu?
  86. entity = "mx5tdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  87. price = 1679400, // Cost to spawn this vehicle.
  88. sellPrice = 279900, // Cost to sell this vehicle.
  89. impoundPrice = 50000, // Cost to return this vehicle from being impounded.
  90. },
  91. ["Mazda speed 3"] = { // What name should be on the shop menu?
  92. entity = "speed3tdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  93. price = 192163, // Cost to spawn this vehicle.
  94. sellPrice = 50000, // Cost to sell this vehicle.
  95. impoundPrice = 9000, // Cost to return this vehicle from being impounded.
  96. },
  97. ["Mercedes McLaren SLR"] = { // What name should be on the shop menu?
  98. entity = "mer_slrtdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  99. price = 3012000, // Cost to spawn this vehicle.
  100. sellPrice = 100000, // Cost to sell this vehicle.
  101. impoundPrice = 25000, // Cost to return this vehicle from being impounded.
  102. },
  103. ["Mercedes E63 AMG"] = { // What name should be on the shop menu?
  104. entity = "mere63tdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  105. price = 4012000, // Cost to spawn this vehicle.
  106. sellPrice = 160000, // Cost to sell this vehicle.
  107. impoundPrice = 50000, // Cost to return this vehicle from being impounded.
  108. },
  109. ["Mercedes SL65 AMG"] = { // What name should be on the shop menu?
  110. entity = "sl65amgtdm", // What entity should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  111. price = 3374900, // Cost to spawn this vehicle.
  112. sellPrice = 1900000, // Cost to sell this vehicle.
  113. impoundPrice = 50000, // Cost to return this vehicle from being impounded.
  114. },
  115. ["Tow Truck"] = { // What name should be on the shop menu?
  116. entity = "sicknesstowtruck", // What vehicle should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  117. price = 1000, // Cost to spawn this vehicle.
  118. sellPrice = 1000, // Cost to sell this vehicle.
  119. impoundPrice = 1, // Cost to return this vehicle from being impounded.
  120. canBuy = {TEAM_TOWER}, // What teams or ranks should be allowed to buy this?
  121. },
  122. ["Politi Bil"] = { // What name should be on the shop menu?
  123. entity = "volvo_s60_pol", // What vehicle should this sell? (Right click on the car in the Q menu and hit Copy to Clipboard to get this name)
  124. price = 10, // Cost to spawn this vehicle.
  125. sellPrice = 5, // Cost to sell this vehicle.
  126. skins = 2,
  127. impoundPrice = 1, // Cost to return this vehicle from being impounded.
  128. canBuy = {TEAM_PD, TEAM_PDC, TEAM_PDV, TEAM_PDU, TEAM_PDUC }, // What teams or ranks should be allowed to buy this?
  129. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement