Advertisement
marcinhuU

m-TunerJob/config.lua

Feb 25th, 2022
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.27 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.Businesses = {
  4. "Auto Repair", -- Name of company
  5. }
  6.  
  7. -----------------
  8. -- Repair Stations
  9. -----------------
  10. Config.SocietyAccount = 'mechanic' -- Society account job name
  11. Config.UseSocietyAccount = true -- if you want to use Society Account
  12.  
  13. Config.EnableSoundEffect = true -- Enable and disable the sounds
  14. Config.RepairButton = 38 -- E - To change go to: https://docs.fivem.net/docs/game-references/controls/
  15. Config.Text3DToRepair = "[E] Repair Vehicle"
  16. Config.TextToPayRepair = "Price: $125"
  17. Config.TextNoMoney = "You don't have enough money."
  18.  
  19. Config.Stations = { -- if you want repair for free, set cost to false
  20. { x = 124.95, y = -3047.38, z = 7.04, cost = 125, repairTime = 5000 },
  21. }
  22.  
  23. -----------------
  24. -- Vehicles
  25. -----------------
  26. Config.Vehicles = {
  27. ["flatbed3"] = "Flatbed", -- List of vehicles available to mechanics.
  28. ["towtruck"] = "Towtruck", -- List of vehicles available to mechanics.
  29. ["minivan"] = "Minivan (Rental Car)", -- List of vehicles available to mechanics.
  30. ["blista"] = "Blista", -- List of vehicles available to mechanics.
  31. }
  32.  
  33. Config.PlateText = "TUNNERS"
  34.  
  35. Config.Locations = {
  36. ["exit"] = vector3(125.38, -3034.99, 7.04), -- Loc of the shop
  37. ["vehicle"] = vector4(137.92, -3023.74, 7.04, 270.38), -- Loc of spawn vehicle
  38. }
  39.  
  40. Config.CarItems = { -- Items that will automatically be in the glovebox compartment of mechanics vehicles
  41. [1] = {
  42. name = "repairkit",
  43. amount = 2,
  44. info = {},
  45. type = "item",
  46. slot = 1,
  47. },
  48. [2] = {
  49. name = "advancedrepairkit",
  50. amount = 2,
  51. info = {},
  52. type = "item",
  53. slot = 2,
  54. },
  55. [3] = {
  56. name = "maquinadiagonostico",
  57. amount = 2,
  58. info = {},
  59. type = "item",
  60. slot = 3,
  61. },
  62. [4] = {
  63. name = "cleaningkit",
  64. amount = 2,
  65. info = {},
  66. type = "item",
  67. slot = 4,
  68. },
  69. }
  70.  
  71. -----------------
  72. -- Câmeras
  73. -----------------
  74. Config.CamerasSeguranca = {
  75. hideradar = false,
  76. cameras = {
  77. [1] = {label = "CAM#1", coords = vector3(156.28, -3006.42, 13.15), r = {x = -25.0, y = 0.0, z = 235.85}, canRotate = true, isOnline = true},
  78. [2] = {label = "CAM#2", coords = vector3(156.07, -3059.22, 13.57), r = {x = -25.0, y = 0.0, z = 159.23}, canRotate = true, isOnline = true},
  79. [3] = {label = "CAM#3", coords = vector3(153.90, -3051.26, 12.49), r = {x = -35.0, y = 0.0, z = 68.09}, canRotate = true, isOnline = true},
  80. [4] = {label = "CAM#4", coords = vector3(123.2, -3017.04, 10.02), r = {x = -35.0, y = 0.0, z = -168.91}, canRotate = true, isOnline = true},
  81. },
  82. }
  83.  
  84. -----------------
  85. -- Flatbed
  86. -----------------
  87. Config.TextoBaixarCarro = "[E] Raise the bed. [G] Detach the vehicle."
  88. Config.TextoAgarrarCarro = "[E] Raise the bed. [G] Attach a vehicle."
  89. Config.SubirRampaCarro = "[E] Lower the bed."
  90.  
  91. -----------------
  92. -- Utilitys
  93. -----------------
  94. Config.Core = exports['qb-core']:GetCoreObject()
  95. Config.QBGaragesTrigger = "qb-garage:server:checkVehicleOwner"
  96. Config.HudNitroTrigger = "hud:client:UpdateNitrous"
  97. Config.StashInvTrigger = "inventory:client:SetCurrentStash"
  98. Config.OpenInvTrigger = "inventory:server:OpenInventory"
  99. Config.CraftMechanicTrigger = "inventory:client:CraftingMecanicos"
  100. Config.PhoneSendEmail = "qb-phone:server:sendNewMail"
  101. Config.NameOfBlip = "Mechanic"
  102. Config.FuelSystem = "LegacyFuel"
  103. Config.BlipSprite = 446
  104. Config.BlipScale = 0.7
  105. Config.BlipColour = 0
  106. Config.BlipAlpha = 0.7
  107. Config.ToggleDuty = "QBCore:ToggleDuty" -- Trigger of Duty
  108. Config.checkTunesMessage = "phone" -- Dont toutch
  109. Config.Job = "mechanic" -- Name of job
  110. Config.Unemployed = "unemployed" -- Name of unemployed job
  111. Config.QBMenu = "qb-menu" -- Menu
  112. Config.Target = "qb-target" -- Target
  113. Config.ZFDialog = "zf_dialog"
  114. Config.skillbarTurbo = "np-skillbar" -- You can use: np-skillbar / reload-skillbar / qb-skillbar
  115. Config.skillbarXenons = "np-skillbar" -- You can use: np-skillbar / reload-skillbar / qb-skillbar
  116. Config.skillbarRemoveTint = "np-skillbar" -- You can use: np-skillbar / reload-skillbar / qb-skillbar
  117. Config.SkillBarRepro = "np-skillbar" -- You can use: np-skillbar / reload-skillbar / qb-skillbar
  118. Config.SkillbarColour = "np-skillbar" -- You can use: np-skillbar / reload-skillbar / qb-skillbar
  119. Config.isVehicleOwned = true -- Don't touch
  120. Config.TempoInstalarTurbo = math.random(7000,10000) -- Time of progressBars to install turbo
  121. Config.TempoInstalarXenonHeadlight = math.random(7000,10000) -- Time of progressBars to install headlights
  122. Config.TempoUsarAirSuspension = 4500 -- Time of progressBars to use airsuspensio. Don't touche because the sound only have 4.5s
  123. Config.MultipleTunerchip = 0.08 -- Multiplier of tunerchip
  124.  
  125.  
  126. -----------------
  127. -- Notifications
  128. -----------------
  129. Config["Notificacoes"] = {
  130. -- General
  131. ["ErroAplicarTurbo"] = "Unsuccessful turbo installation.",
  132. ["SucessoAplicarTurbo"] = "Turbo installation successful!",
  133. ["VeiculoNaoPertenceNinguem"] = "This vehicle does not belong to anyone.",
  134. ["NenhumVeiculoPerto"] = "No vehicles nearby.",
  135. ["DentroDoVeiculoNao"] = "You cannot install the part inside the vehicle.",
  136. ["SemChavesCoilovers"] = "You don't have the coilover keys with you.",
  137. ["PertoDasJantes"] = "You have to be close to the rims.",
  138. ["PrecisasEstarDentro"] = "You need to be inside a vehicle.",
  139. ["EntrarServico"] = "You need to be on duty!",
  140. ["SemPermissoes"] = "You don't have permissions to do this.",
  141. ["AlgoCorreuMal"] = "Something went wrong.",
  142. ["Contratado"] = "You were hired to work in the mechanics.",
  143. ["OJogador"] = "The player: ",
  144. ["FoiContratado"] = " was a contract for the mechanics company.",
  145. ["FaltaIDJogador"] = "You need to put the player ID.",
  146. ["FoiDespedido"] = " was fired from the mechanics company.",
  147. ["FosteDespedido"] = "You got fired from the mechanics company.",
  148. ["SemTelemovel"] = "The list of mods was sent by email but you don't have a cell phone.",
  149. ["VeiculoLimpoComSucesso"] = "Successfully cleaned vehicle.",
  150. ["VeiculoReparado"] = "Vehicle successfully repaired.",
  151. ["Estaslonge"] = "You are too far from the vehicle!",
  152. ["RepararDentroVeiculo"] = "You cannot repair the engine inside the vehicle!",
  153. ["VeiculoPertoDeTi"] = "You are not near a vehicle!",
  154. ["FerramentasMelhores"] = "The vehicle is in too good a condition so you need better tools!",
  155. ["NaoTrabalhas"] = "You don't work for mechanics.",
  156.  
  157. -- Engines
  158. ["E0"] = "Engine Upgrade Stock Successfully installed",
  159. ["E0Installed"] = "Engine Upgrade Stock Already Installed",
  160. ["E1"] = "Engine Upgrade Level 1 Successfully installed",
  161. ["E1Installed"] = "Engine Upgrade Level 1 Already Installed",
  162. ["E2"] = "Engine Upgrade Level 2 Successfully installed",
  163. ["E2Installed"] = "Engine Upgrade Level 2 Already Installed",
  164. ["E3"] = "Engine Upgrade Level 3 Successfully installed",
  165. ["E3Installed"] = "Engine Upgrade Level 3 Already Installed",
  166. ["E4"] = "Engine Upgrade Level 4 Successfully installed",
  167. ["E4Installed"] = "Engine Upgrade Level 4 Already Installed",
  168. -- Brakes
  169. ["B0"] = "Stock Brakes Successfully installed",
  170. ["B0Installed"] = "Stock Brakes Already Installed",
  171. ["B1"] = "Brakes Upgrade Level 1 Successfully installed",
  172. ["B1Installed"] = "Brakes Upgrade Level 1 Already Installed",
  173. ["B2"] = "Brakes Upgrade Level 2 Successfully installed",
  174. ["B2Installed"] = "Brakes Upgrade Level 2 Already Installed",
  175. ["B3"] = "Brakes Upgrade Level 3 Successfully installed",
  176. ["B3Installed"] = "Brakes Upgrade Level 3 Already Installed",
  177. --Transmission
  178. ["T0"] = "Stock Transmission Successfully installed",
  179. ["T0Installed"] = "Stock Transmission Already Installed",
  180. ["T1"] = "Transmission Upgrade Level 1 Successfully installed",
  181. ["T1Installed"] = "Transmission Upgrade Level 1 Already Installed",
  182. ["T2"] = "Transmission Upgrade Level 2 Successfully installed",
  183. ["T2Installed"] = "Transmission Upgrade Level 2 Already Installed",
  184. ["T3"] = "Transmission Upgrade Level 3 Successfully installed",
  185. ["T3Installed"] = "Transmission Upgrade Level 3 Already Installed",
  186. -- Windows Tint
  187. ["FalhaRemoverPelicula"] = "Failed to remove the windows tint..",
  188. ["SucessoRemoverPelicula"] = "Windows tint successfully removed.",
  189. ["Pelicula1ComSucesso"] = "Windows tint 1% successfully applied.",
  190. ["Pelicula5ComSucesso"] = "Windows tint 5% successfully applied.",
  191. ["Pelicula15ComSucesso"] = "Windows tint 15% successfully applied.",
  192. ["Pelicula25ComSucesso"] = "Windows tint 25% successfully applied.",
  193. ["Cancelado"] = "Canceled.",
  194. ["NaoConseguiste"] = "Could not apply.",
  195. -- Xenon Headlight
  196. ["XenonSemSucesso"] = "Installation of xenon lights unsuccessful",
  197. ["XenonComSucesso"] = "Successful installation of xenon lights",
  198. ["PertoDeVeiculo"] = "You need to be inside the vehicle to use.",
  199. -- TunerChip
  200. ["Falhaste"] = "Failed.",
  201. ["NaoTemVeiculo"] = "You are not in any vehicle.",
  202. ["Cancelado2"] = "Canceled.",
  203. ["TunerChipStock"] = "TunerChip v1.05: The vehicle was originally placed.",
  204. ["SemVeiculosPorPerto"] = "No vehicles nearby.",
  205. ["VeiculoSemRepro"] = "This vehicle has not been reprogrammed.",
  206. ["VeiculoComRepro"] = "This vehicle has been reprogrammed.",
  207. ["ReprogramadoComSucesso"] = "TunerChip v1.05: Vehicle successfully reprogrammed.",
  208. -- Colours
  209. ["InstalarCorPreta"] = "Wrap black successfully installed.",
  210. ["InstalarCorCinza"] = "Wrap gray successfully installed.",
  211. ["InstalarCorVermelha"] = "Wrap red successfully installed.",
  212. ["InstalarCorLaranja"] = "Wrap orange successfully installed.",
  213. ["InstalarCorDourada"] = "Wrap gold successfully installed.",
  214. ["InstalarCorAmarela"] = "Wrap yellow successfully installed.",
  215. ["InstalarCorVerde"] = "Wrap green successfully installed.",
  216. ["InstalarCorAzul"] = "Wrap blue successfully installed.",
  217. ["InstalarCorBronze"] = "Wrap bronze successfully installed.",
  218. ["InstalarCorCastanho"] = "Wrap brown successfully installed.",
  219. ["InstalarCorBranca"] = "Wrap white successfully installed.",
  220. ["InstalarCorRosa"] = "Wrap pink successfully installed.",
  221. ["InstalarCorRosaSalmao"] = "Wrap salmon pink successfully installed.",
  222. ["InstalarCorRoxo"] = "Wrap purple successfully installed.",
  223. -- License Plates
  224. ["MatriculaInstalada"] = "License plate successfully installed.",
  225. -- Billing
  226. ["FaturaEnviadaSucesso"] = "Fatura enviada com sucesso.",
  227. ["ValorSuperior0"] = "Deve ser um valor válido acima 0.",
  228. ["FaturarProprio"] = "Não podes faturar a ti próprio.",
  229. ["PlayerOffline"] = "Jogador indisponível.",
  230. ["NoPermission"] = "Não tens permissões.",
  231. ["FaturaRecebida"] = "Nova fatura recebida."
  232. }
  233.  
  234.  
  235. -----------------
  236. -- ProgressBars
  237. -----------------
  238. Config["ProgressBars"] = {
  239. -- Turbo
  240. ["InstalarTurbo"] = "Installing the turbo..",
  241. -- Engines
  242. ["InstalarMotor"] = "Installing Engine..",
  243. -- Windows Tint
  244. ["InstalarPelicula1"] = "Trying to put windows tint 1%..",
  245. ["InstalarPelicula5"] = "Trying to put windows tint 5%..",
  246. ["InstalarPelicula15"] = "Trying to put windows tint 15%..",
  247. ["InstalarPelicula25"] = "Trying to put windows tint 25%..",
  248. -- Xenon Headlight
  249. ["InstalarXenonHeadlight"] = "Installing xenon lights..",
  250. -- Tunerchip
  251. ["LigarTunerChip"] = "Tunerchip v1.05: Connecting to OBD plug",
  252. -- Install wraps
  253. ["InstalarWrap"] = "Installing the wrap...",
  254. -- Matriculas
  255. ["InstalarMatricula"] = "Placing the license plate...",
  256. -- Brakes
  257. ["InstalarTravoes"] = "Installing Brakes...",
  258. ["TravoesOriginais"] = "Installing original brakes...",
  259. -- Transmission
  260. ["TransmissaoOrignal"] = "Installing Stock Transmission...",
  261. ["InstalarTransmissão"] = "Installing Transmission...",
  262. -- Clean Vehicle
  263. ["LimparVeiculo"] = "Cleaning the vehicle...",
  264. -- Repair Vehicle
  265. ["RepararVeiculo"] = "Repairing the vehicle...",
  266. -- Repair Vehicle
  267. ["LigarFichaOBD"] = "Connecting the OBD plug to the vehicle...",
  268. -- Air Suspension
  269. ["UsarAirSuspension"] = "Using air suspension...",
  270. -- Refill Nitro
  271. ["ReabastecerNitro"] = "Refilling nitrous..."
  272. }
  273.  
  274.  
  275. -----------------
  276. -- Commands
  277. -----------------
  278. Config.StateVehicle = "statevehicle" -- Alter state vehicle
  279. Config.StateVehicleHelp = "Enter the part you want to edit" -- Part to alter on vehicle.
  280. Config.StateVehicleHelp2 = "A percentagem fixa" -- The fixed percentage
  281. Config.StateVehiclePermission = "god" -- Admin permission to use command.
  282. Config.GiveMechanicJob = "setmechanic" -- Put someone to mechanic
  283. Config.GiveMechanicJobHelp = "Give someone the job of a mechanic" -- Give someone the job of a mechanic
  284. Config.GiveMechanicJobHelp2 = "Player ID"
  285. Config.FireMechanicJob = "firemechanic"
  286. Config.FireMechanicJobHelp = "Fire A Mechanic"
  287. Config.FireMechanicJobHelp2 = "Player ID"
  288. Config.BillPlayer = "billmechanic"
  289.  
  290.  
  291. -----------------
  292. -- Menus
  293. -----------------
  294. -- Coilover Menu
  295. Config.HeaderCoiloverMenu = "Coilover Menu"
  296. Config.TxtCoiloverMenu = "Adjust vehicle height"
  297. Config.CoiloverStock = "Stock"
  298. Config.CoiloverStage1 = "Stage 1"
  299. Config.CoiloverStage2 = "Stage 2"
  300. Config.CoiloverStage3 = "Stage 3"
  301. Config.CoiloverStage4 = "Stage 4"
  302. Config.CoiloverClose = "[❌]: Close"
  303.  
  304. -- Neon Menu
  305. Config.NeonHeader = "Neon Underglow"
  306. Config.NeonTxt = "Adjust neon"
  307. Config.NeonTurnOn = "Turn on the neon"
  308. Config.NeonChangeColour = "Change Colour"
  309. Config.NeonClose = "[❌]: Close"
  310. Config.NeonAtivarDesativar = "Enable/Disable"
  311. Config.NeonTurnON = "Enable"
  312. Config.NeonTurnOFF = "Disable"
  313. Config.NeonBack = "< Back"
  314. Config.NeonAjustColour = "Adjust neon color"
  315. Config.NeonWhite = "White"
  316. Config.NeonBlue = "Blue"
  317. Config.NeonEletricBlue = "Electric Blue"
  318. Config.NeonGreen = "Green"
  319. Config.NeonGreeLimon = "Green Lemon"
  320. Config.NeonYellow = "Yellow"
  321. Config.NeonGolden = "Gold"
  322. Config.NeonOrange = "Orange"
  323. Config.NeonRed = "Red"
  324. Config.NeonPink = "Pink"
  325. Config.NeonLightPink = "Hot Pink"
  326. Config.NeonPink = "Purple"
  327. Config.NeonBlack = "Black"
  328.  
  329. -- Windows Tint
  330. Config.WindowsHeader = "Windows Tint"
  331. Config.VerificarPeliculas = "Check % of films available"
  332. Config.RemoverWindows = "Remove Windows Tint"
  333. Config.RemoverAtualWindows = "Remover current car windows tint"
  334. Config.WindowsClose = "[❌]: Close"
  335. Config.WindowsTint1 = "Windows tint 1%"
  336. Config.WindowsTint1 = "Windows tint 1%"
  337. Config.WindowsTint5 = "Windows tint 5%"
  338. Config.WindowsTint15 = "Windows tint 15%"
  339. Config.WindowsTint25 = "Windows tint 25%"
  340. Config.WindowsVoltar = "< Back"
  341.  
  342. -- Xenon Headlights
  343. Config.XenonHeader = "Xenon Lights"
  344. Config.XenonAjust = "Adjusts the color of xenon lights"
  345. Config.XenonClose = "[❌]: Close"
  346. Config.XenonStock = "Stock"
  347. Config.XenonBlueIce = "Ice Blue"
  348. Config.XenonBlue = "Blue"
  349. Config.XenonEletricBlue = "Electric Blue"
  350. Config.XenonGreen = "Green"
  351. Config.XenonGreenLimon = "Green Lemon"
  352. Config.XenonYellow = "Yellow"
  353. Config.XenonGold = "Gold"
  354. Config.XenonOrange = "Orange"
  355. Config.XenonRed = "Red"
  356. Config.XenonPink = "Pink"
  357. Config.XenonLightPink = "Hot Pink"
  358. Config.XenonRoxo = "Purple"
  359. Config.XenonBlack = "Black"
  360.  
  361. -- Veículos Mecânicos
  362. Config.VeiculosHeader = "🚗 Mechanic Vehicles"
  363. Config.VeiculosLista = "[📃]: Vehicle List"
  364. Config.VeiculosGuardar = "[📥]: Save Vehicle"
  365. Config.VeiculosClose = "[❌]: Close"
  366.  
  367. -- Status Vehicle
  368. Config.VehicleHeader = "Vehicle Status"
  369. Config.TxtVehicle = ""
  370. Config.VehicleFuel = "Fuel Level"
  371. Config.VehicleEngine = "Engine Health"
  372. Config.VehicleBody = "Body Health"
  373. Config.VehicleTank = "Tank Health"
  374. Config.VehicleTemperature = "Engine Temperature"
  375. Config.Status = "Status: "
  376.  
  377. -- Air Suspension
  378. Config.AirHeader = "Air Suspension"
  379. Config.AirTxt = "Up or Down your suspension"
  380. Config.AirLevel0 = "Level 0"
  381. Config.AirLevel1 = "Level 1"
  382. Config.AirLevel2 = "Level 2"
  383. Config.AirLevel3 = "Level 3"
  384. Config.AirLevel4 = "Level 4"
  385. Config.AirClose = "[❌]: Close"
  386.  
  387. -- Câmeras
  388. Config.CameraHeader = "🎥 Câmeras"
  389. Config.Camera1 = "🔹 ID: #1"
  390. Config.Camera2 = "🔹 ID: #2"
  391. Config.Camera3 = "🔹 ID: #3"
  392. Config.Camera4 = "🔹 ID: #4"
  393. Config.CameraClose = "❌: Close"
  394.  
  395. -- Billing
  396. Config.BillingHeader = "Tuner Billing"
  397. Config.BillingCitizenID = "Citizen ID (#)"
  398. Config.BillingPrice = "Bill Price ($)"
  399.  
  400. -- Insurance
  401. Config.InsuranceHeader = "Car Insurance"
  402. Config.InsuranceOption1 = "Plate"
  403. Config.InsuranceOption2 = "Model"
  404. Config.InsuranceOption3 = "Name"
  405.  
  406. -----------------
  407. -- Targets
  408. -----------------
  409. -- Coilover Targets
  410. Config.CoiloverTarget = "Adjust Coilovers"
  411. Config.CoiloverIconTarget = "fas fa-wrench"
  412. Config.CoiloverItem = "coilovers"
  413. -- Warehouse Targets
  414. Config.WarehouseLocation = vector3(128.51, -3008.27, 7.88)
  415. Config.WarehouseTarget = "Warehouse"
  416. Config.WarehouseIconTarget = "fas fa-box-circle-check"
  417. Config.WarehouseDistTarget = 2.0
  418. -- Craft Targets
  419. Config.CraftLocation = vector3(134.8, -3050.64, 7.04)
  420. Config.CraftTarget = "Craft"
  421. Config.CraftIconTarget = "fas fa-box-circle-check"
  422. Config.CraftDistTarget = 2.0
  423. -- Vehicles Targets
  424. Config.VehicleLocation = vector3(125.31, -3026.32, 6.04)
  425. Config.VehicleTarget = "Vehicles"
  426. Config.VehicleIconTarget = "fas fa-car"
  427. Config.VehicleDistTarget = 5.0
  428. -- Duty Targets
  429. Config.DutyLocation = vector3(125.75, -3007.48, 7.86)
  430. Config.DutyTarget = "Service"
  431. Config.DutyIconTarget = "fas fa-bell"
  432. Config.DutyDistTarget = 2.0
  433. -- Nitro Targets
  434. Config.NitroLocation = vector3(137.54, -3050.82, 7.04)
  435. Config.NitroTarget = "Refill Nitro"
  436. Config.NitroIconTarget = "far fa-hand-paper"
  437. Config.NitroDistTarget = 1.5
  438. -- Tunning Targets
  439. Config.TuningLocation = vector3(132.65, -3028.61, 7.09)
  440. Config.TuningTarget = "Check Modifications"
  441. Config.TuningIconTarget = "fas fa-car"
  442. Config.TuningDistTarget = 10.0
  443. -- Shop Targets
  444. Config.ShopLocation = vector3(128.4, -3014.33, 7.85)
  445. Config.ShopTarget = "Shop"
  446. Config.ShopIconTarget = "fas fa-box"
  447. Config.ShopDistTarget = 2.0
  448. Config.ShopName = "Mechanic Shop"
  449. -- Windows Targets
  450. Config.WindowsTarget = "Apply Windows Tint"
  451. Config.WindowsIconTarget = "fas fa-circle"
  452. -- Billing
  453. Config.BillLocation = vector3(133.91, -3015.16, 7.04)
  454. Config.BillTarget = "Bill a Player"
  455. Config.BillIconTarget = "fas fa-money-bill-alt"
  456. Config.BillDistTarget = 2.0
  457. -- Insurance
  458. Config.InsuranceIconTarget = "fas fa-car"
  459. Config.InsuranceTarget = "Insurance"
  460. -----------------
  461. -- Animations
  462. -----------------
  463. -- Windows Tint
  464. Config.AnimationWindowsTint = "timetable@maid@cleaning_window@idle_b"
  465. Config.SubAnimationWindowsTint = "idle_d"
  466. Config.PropAnimationWindowsTinto = "prop_rag_01"
  467. -- Tunerchip
  468. Config.AnimationTurnON = "anim@amb@clubhouse@tutorial@bkr_tut_ig3@"
  469. Config.SubAnimationTurnON = "machinic_loop_mechandplayer"
  470.  
  471. -----------------
  472. -- Shop
  473. -----------------
  474. Config.Products = {
  475. ["Mecanicoszinho"] = {
  476. [1] = {
  477. name = "hid_controller",
  478. price = 125,
  479. amount = 1,
  480. info = {},
  481. type = "item",
  482. slot = 1,
  483. },
  484. [2] = {
  485. name = "underglow_controller",
  486. price = 125,
  487. amount = 1,
  488. info = {},
  489. type = "item",
  490. slot = 2,
  491. },
  492. [3] = {
  493. name = "tint_supplies",
  494. price = 125,
  495. amount = 1,
  496. info = {},
  497. type = "item",
  498. slot = 3,
  499. },
  500. [4] = {
  501. name = "wrappreto",
  502. price = 125,
  503. amount = 1,
  504. info = {},
  505. type = "item",
  506. slot = 4,
  507. },
  508. [5] = {
  509. name = "wrapcinza",
  510. price = 125,
  511. amount = 1,
  512. info = {},
  513. type = "item",
  514. slot = 5,
  515. },
  516. [6] = {
  517. name = "wrapvermelho",
  518. price = 125,
  519. amount = 1,
  520. info = {},
  521. type = "item",
  522. slot = 6,
  523. },
  524. [7] = {
  525. name = "wraplaranja",
  526. price = 125,
  527. amount = 1,
  528. info = {},
  529. type = "item",
  530. slot = 7,
  531. },
  532. [8] = {
  533. name = "wrapdourado",
  534. price = 125,
  535. amount = 1,
  536. info = {},
  537. type = "item",
  538. slot = 8,
  539. },
  540. [9] = {
  541. name = "wrapamarelo",
  542. price = 125,
  543. amount = 1,
  544. info = {},
  545. type = "item",
  546. slot = 9,
  547. },
  548. [10] = {
  549. name = "wrapverde",
  550. price = 125,
  551. amount = 1,
  552. info = {},
  553. type = "item",
  554. slot = 10,
  555. },
  556. [11] = {
  557. name = "wrapblue",
  558. price = 125,
  559. amount = 1,
  560. info = {},
  561. type = "item",
  562. slot = 11,
  563. },
  564. [12] = {
  565. name = "wrapbronze",
  566. price = 125,
  567. amount = 1,
  568. info = {},
  569. type = "item",
  570. slot = 12,
  571. },
  572. [13] = {
  573. name = "wrapcastanho",
  574. price = 125,
  575. amount = 1,
  576. info = {},
  577. type = "item",
  578. slot = 13,
  579. },
  580. [14] = {
  581. name = "wrapbranco",
  582. price = 125,
  583. amount = 1,
  584. info = {},
  585. type = "item",
  586. slot = 14,
  587. },
  588. [15] = {
  589. name = "wraprosa",
  590. price = 125,
  591. amount = 1,
  592. info = {},
  593. type = "item",
  594. slot = 15,
  595. },
  596. [16] = {
  597. name = "wraprosasalmao",
  598. price = 125,
  599. amount = 1,
  600. info = {},
  601. type = "item",
  602. slot = 16,
  603. },
  604. [17] = {
  605. name = "wraproxo",
  606. price = 125,
  607. amount = 1,
  608. info = {},
  609. type = "item",
  610. slot = 17,
  611. },
  612. [18] = {
  613. name = "matriculaamarelapreta",
  614. price = 125,
  615. amount = 1,
  616. info = {},
  617. type = "item",
  618. slot = 18,
  619. },
  620. [19] = {
  621. name = "matriculaazulbranca2",
  622. price = 125,
  623. amount = 1,
  624. info = {},
  625. type = "item",
  626. slot = 19,
  627. },
  628. [20] = {
  629. name = "matriculaamarelaazul",
  630. price = 125,
  631. amount = 1,
  632. info = {},
  633. type = "item",
  634. slot = 20,
  635. },
  636. [21] = {
  637. name = "matriculaazulbranca",
  638. price = 125,
  639. amount = 1,
  640. info = {},
  641. type = "item",
  642. slot = 21,
  643. },
  644. [22] = {
  645. name = "matriculaazulbranca3",
  646. price = 125,
  647. amount = 1,
  648. info = {},
  649. type = "item",
  650. slot = 22,
  651. },
  652. [23] = {
  653. name = "maquinadiagonostico",
  654. price = 125,
  655. amount = 1,
  656. info = {},
  657. type = "item",
  658. slot = 23,
  659. },
  660. [24] = {
  661. name = "repairkit",
  662. price = 125,
  663. amount = 1,
  664. info = {},
  665. type = "item",
  666. slot = 24,
  667. },
  668. [25] = {
  669. name = "advancedrepairkit",
  670. price = 125,
  671. amount = 1,
  672. info = {},
  673. type = "item",
  674. slot = 25,
  675. },
  676. [26] = {
  677. name = "cleaningkit",
  678. price = 125,
  679. amount = 1,
  680. info = {},
  681. type = "item",
  682. slot = 26,
  683. },
  684. [27] = {
  685. name = "maquinadiagonostico",
  686. price = 125,
  687. amount = 1,
  688. info = {},
  689. type = "item",
  690. slot = 27,
  691. },
  692. },
  693. }
  694.  
  695. Config.Lojinha = {
  696. ["Mecanicoszinho"] = {
  697. ["label"] = "Loja Mecânicos",
  698. ["type"] = "BM",
  699. ["coords"] = {
  700. [1] = {
  701. ["x"] = 1333.06,
  702. ["y"] = 4326.86,
  703. ["z"] = 38.017,
  704. },
  705. },
  706. ["CoisasBoas"] = Config.Products["Mecanicoszinho"],
  707. },
  708. }
  709.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement