Advertisement
marcinhuU

m-TruckerJob

Mar 16th, 2022
778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.QBTarget = "qb-target"
  4.  
  5. Config["GeneralTruckMenu"] = {
  6. vector3(1092.8, -2252.07, 31.23)
  7. }
  8.  
  9. ------------------
  10. -- Deliveries
  11. ------------------
  12. Config["ViagemPequena"] = { -- Small deliverie 1.0/2.0 kmh
  13. vector3(558.01, -1917.24, 24.25),
  14. vector3(374.79, -1816.48, 28.62),
  15. vector3(186.11, -1555.64, 28.7),
  16. vector3(68.23, -1428.61, 28.79),
  17. -- You can add more locations
  18. }
  19.  
  20. Config["ViagemMedia"] = { -- Medium deliverie 3.0/4.0 kmh
  21. vector3(616.83, 267.24, 102.57),
  22. vector3(115.81, 317.07, 111.62),
  23. vector3(-182.61, 314.66, 97.28),
  24. vector3(-710.08, -935.0, 18.5),
  25. -- You can add more locations
  26. }
  27.  
  28. Config["ViagemLonga"] = { -- Big deliverie +5.0 kmh
  29. vector3(-1879.48, 189.66, 83.48),
  30. vector3(-1808.4, 793.77, 137.99),
  31. vector3(-1498.55, 1505.98, 115.02),
  32. vector3(-406.24, 1183.44, 325.02),
  33. -- You can add more locations
  34. }
  35.  
  36. ------------------
  37. -- XP level
  38. ------------------
  39. Config.XP_Need_Small_Delivery = 0 -- Required amount of XP to be able to make a small delivery.
  40. Config.XP_Need_Medium_Delivery = 250 -- Required amount of XP to be able to make a medium delivery.
  41. Config.XP_Need_Big_Delivery = 500 -- Required amount of XP to be able to make a big delivery.
  42. -------------------------------------------------------------------------------------------------------------
  43. Config.XP_Small_Delivery = 5 -- Amount earned xp for a small delivery.
  44. Config.XP_Medium_Delivery = 10 -- Amount earned xp for a medium delivery.
  45. Config.XP_Big_Delivery = 15 -- Amount earned xp for a big delivery.
  46. -------------------------------------------------------------------------------------------------------------
  47. Config.Money_Small_Delivery = 250 -- Amount earned in cash for a small delivery
  48. Config.Money_Medium_Delivery = 350 -- Amount earned in cash for a medium delivery
  49. Config.Money_Big_Delivery = 450 -- Amount earned in cash for a big delivery
  50.  
  51. ----------------------
  52. -- Car
  53. ----------------------
  54. Config.Fuel = "LegacyFuel" -- Name of your fuel script
  55. Config.VehicleKeysTrigger = "vehiclekeys:client:SetOwner" -- Trigger to give vehiclekeys
  56.  
  57. Config.Camiao = {
  58. [1] = {camiao = "phantom"}, -- Trucker
  59. }
  60.  
  61. Config.Trailer = {
  62. [1] = {trailer = "trailers2"}, -- Trailer
  63. }
  64.  
  65. Config.SpawnTrailer = {
  66. [1] = {x = 1092.06, y = -2289.81, z = 30.13},
  67. [2] = {x = 1091.14, y = -2300.29, z = 30.13},
  68. }
  69.  
  70. Config.SpawnCamiao = { -- Locations to spawn the vehicle
  71. [1] = {x = 1099.06, y = -2266.68, z = 30.28},
  72. -- You can add more
  73. }
  74.  
  75. ---------------
  76. -- Blips
  77. ---------------
  78. Config.Blip = {
  79. Name = "Truck Driver",
  80. Sprite = 408,
  81. COlour = 60,
  82. }
  83.  
  84. Config.SmallDelivery = {
  85. Name = "Entrega",
  86. Sprite = 436,
  87. Colour = 3,
  88. RouteColour = 3,
  89. }
  90.  
  91. Config.MediumDelivery = {
  92. Name = "Entrega",
  93. Sprite = 436,
  94. Colour = 3,
  95. RouteColour = 3,
  96. }
  97.  
  98. Config.BigDelivery = {
  99. Name = "Entrega",
  100. Sprite = 436,
  101. Colour = 3,
  102. RouteColour = 3,
  103. }
  104.  
  105. ---------------
  106. -- Language
  107. ---------------
  108. Config["Language"] = {
  109. ["QBTarget"] = {
  110. ["Information"] = "Trucker Information",
  111. ["IconInformation"] = "fas fa-truck",
  112. ["Delivery"] = "Deliver Order",
  113. ["IconDelivery"] = "fas fa-box",
  114. ["Vehicle"] = "Save Vehicle",
  115. ["IconVehicle"] = "fas fa-car",
  116. },
  117. ["QBMenu"] = {
  118. ["Information"] = "Trucker Information",
  119. ["StartJob"] = "Start a delivery!",
  120. ["ShowLevel"] = "My level!",
  121. ["Locations"] = "Trucker Locations",
  122. ["SmallDelivery"] = "Small Delivery (1.0km/2.0km)",
  123. ["MediumDelivery"] = "Medium Delivery (3.0km/4.0km)",
  124. ["BigDelivery"] = "Big Delivery (+5.0km)",
  125. ["Experience"] = "Your Experience: ",
  126. ["GainExperience"] = "Experience :",
  127. ["Need"] = "Need: ",
  128. ["Rewards"] = "Rewards: ",
  129. ["Money"] = "Money: $"
  130. },
  131. ["Notification"] = {
  132. ["SaveVehicle"] = "Go guard the truck.",
  133. ["Entregue"] = "Order delivered, back to base.",
  134. ["Failed"] = "You failed.",
  135. ["NoXP"] = "You don't have enough experience.",
  136. ["SpawnBlocked"] = "Spawn Blocked",
  137. ["PickUpTrailer"] = "Pick up the trailer",
  138. },
  139. ["ProgressBars"] = {
  140. ["Entregar"] = "Delivering the order..."
  141. }
  142. }
  143.  
  144. ---------------
  145. -- Peds
  146. ---------------
  147. Config.PedLocation = vector3(1099.84, -2231.49, 29.24)
  148. Config.PedListTrucker = {
  149. {
  150. model = "a_m_m_farmer_01",
  151. coords = Config.PedLocation,
  152. heading = 177.24,
  153. gender = "male",
  154. scenario = "WORLD_HUMAN_STAND_MOBILE_UPRIGHT"
  155. },
  156. {
  157. model = "a_m_m_farmer_01",
  158. coords = vector3(1093.26, -2252.01, 30.23),
  159. heading = 177.89,
  160. gender = "male",
  161. scenario = "WORLD_HUMAN_STAND_MOBILE_UPRIGHT"
  162. },
  163. }
  164.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement