Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. new SC[][ShopCar] =
  2. {
  3. {"Infernus", 411, 70000000,3000,20},
  4. {"Turismo", 451, 40000000,1800,19},
  5. {"Bullet", 541, 35000000,1500,18},
  6. {"Banshee", 429, 9000000,700,17},
  7. {"NRG-500", 522, 70000000,3000,18},
  8. {"Elegy", 562, 5000000,600,12},
  9. {"Sultan", 560, 50000000,2000,13},
  10. {"Faggio", 462, 3000000,250,3},
  11. {"Cheetah", 415, 25000000,1000,17},
  12. {"Sanchez", 468, 11000000,800,7},
  13. {"Sandking", 495, 80000000,4000,10},
  14. {"Flash", 565, 10000000,900,8},
  15. {"Winstor", 555, 10000000,500,7},
  16. {"Alpha", 602, 12000000,800,13},
  17. {"Bandito", 568, 40000000,2000,8},
  18. {"PCJ-600", 461, 6000000,325,9},
  19. {"Freeway", 463, 5000000,250,6},
  20. {"FCR-900", 521, 19000000,950,9},
  21. {"Premier", 426, 2500000,175,3},
  22. {"Jester", 559, 15000000,1100,9},
  23. {"Savanna", 567, 2500000,175,4},
  24. {"Buffalo", 402, 8500000,450,9},
  25. {"Greenwood", 492, 2500000,175,3},
  26. {"Patriot",470,65000000,3500,17},
  27. {"Rancher", 489, 7500000,325,19},
  28. {"Quad", 471, 23000000,1700,11},
  29. {"ZR-350", 477, 13000000,700,10},
  30. {"BF Injection", 424, 33000000,1900,15},
  31. {"Comet", 480, 27500000,1250,12},
  32. {"BMX", 481, 14000000,900,16},
  33. {"FBI Rancher", 490, 55000000,5000,20},
  34. {"Hotring Racer", 494, 90000000,7000,19},
  35. {"Super GT", 506, 35000000,2200,16},
  36. {"HPV1000", 523, 19500000,1050,17},
  37. {"FBI Truck", 528, 48000000,4050,17},
  38. {"Monster B", 557, 60000000,5500,18},
  39. {"Uranus", 558, 16500000,950,8},
  40. {"Kart", 571, 75000000,6000,16},
  41. {"Huntley", 579, 12000000,550,9},
  42. {"Hotdog", 588, 20000000,1400,20},
  43. {"S.W.A.T.", 601, 66000000,4500,20},
  44. {"Phoenix", 603, 19000000,1800,17},
  45. {"Police Ranger", 599, 39500000,2800,20}
  46. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement