Advertisement
Trsak

Untitled

Jan 17th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Config.Contracts = {
  2. ["Clucking Bell Farms"] = {
  3. Location = "Paleto Bay",
  4. Truck = GetHashKey("hauler"),
  5. Trailer = GetHashKey("trailers2"),
  6. Arrive = vec3(-125.1482, 6215.826, 31.20206),
  7. Payment = 220,
  8. },
  9. ["Daisy-Lee loď"] = {
  10. Location = "Los Santos",
  11. Truck = GetHashKey("phantom"),
  12. Trailer = GetHashKey("trailers4"),
  13. Arrive = vec3(1208.58, -3022.174, 5.867384),
  14. Payment = 95,
  15. },
  16. ["Flywheels Garage"] = {
  17. Location = "Sandy Shores",
  18. Truck = GetHashKey("packer"),
  19. Trailer = GetHashKey("tanker2"),
  20. Arrive = vec3(1775.068, 3342.38, 40.96846),
  21. Payment = 150,
  22. },
  23. ["Ropné vrty El Burro Heights"] = {
  24. Location = "Los Santos",
  25. Truck = GetHashKey("packer"),
  26. Trailer = GetHashKey("tanker"),
  27. Arrive = vec3(1720.57, -1570.904, 112.62),
  28. Payment = 100,
  29. },
  30. ["You Tool"] = {
  31. Location = "Sandy Shores",
  32. Truck = GetHashKey("phantom"),
  33. Trailer = GetHashKey("trailers3"),
  34. Arrive = vec3(2686.094, 3456.154, 55.76976),
  35. Payment = 130,
  36. },
  37. ["Up-n-Atom"] = {
  38. Location = "Los Santos",
  39. Truck = GetHashKey("hauler"),
  40. Trailer = GetHashKey("trailers2"),
  41. Arrive = vec3(98.61388, 302.7002, 110.0192),
  42. Payment = 103,
  43. },
  44. ["The Paint Shop"] = {
  45. Location = "Sandy Shores",
  46. Truck = GetHashKey("packer"),
  47. Trailer = GetHashKey("trailers"),
  48. Arrive = vec3(-1137.932, 2677.456, 18.0939),
  49. Payment = 150,
  50. },
  51. ["Wonderama Arcade"] = {
  52. Location = "Grapeseed",
  53. Truck = GetHashKey("phantom"),
  54. Trailer = GetHashKey("tvtrailer"),
  55. Arrive = vec3(1708.82, 4801.77, 41.78328),
  56. Payment = 172,
  57. },
  58. ["Union Grain Seed Inc."] = {
  59. Location = "Paleto Bay",
  60. Truck = GetHashKey("phantom"),
  61. Trailer = GetHashKey("trailers"),
  62. Arrive = vec3(2933.738, 4313.53, 51.01526),
  63. Payment = 160,
  64. },
  65. }
  66.  
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement