forked from Simnation/Main
ed
This commit is contained in:
parent
b688c9cbaf
commit
a6eb365ea7
2 changed files with 11 additions and 5 deletions
|
@ -4,7 +4,7 @@ Config.FrameworkName = 'qb-core'
|
|||
|
||||
Config.RangeLimit = 8.0 -- How close you need to be to the bucket to perform waxing and cleaning tasks
|
||||
|
||||
Config.Volume = 0.90 -- Volume of the sound effects
|
||||
Config.Volume = 0.50 -- Volume of the sound effects
|
||||
Config.SoundRange = 6 -- How far you can be away and still hear the sound.
|
||||
Config.SoundFiles = 3 -- The Nummber of random soundfiles for the washing effect. You may add more but have to declare them in the fxmanifest.lua
|
||||
|
||||
|
|
|
@ -587,12 +587,18 @@ CodeStudio.Products = {
|
|||
itemPrice = 50,
|
||||
itemInfo = "Crackling firework",
|
||||
},
|
||||
['cleaningkit'] = {
|
||||
itemName = "Reinigungsset",
|
||||
['bucket_sponge2'] = {
|
||||
itemName = "Autowäsche Set klein",
|
||||
itemStock = 150,
|
||||
itemPrice = 150,
|
||||
itemInfo = "Kit for cleaning equipment",
|
||||
itemPrice = 40,
|
||||
itemInfo = "",
|
||||
},
|
||||
['hose_reel2'] = {
|
||||
itemName = "kleine Schlauchtrommel",
|
||||
itemStock = 150,
|
||||
itemPrice = 100,
|
||||
itemInfo = "",
|
||||
},
|
||||
['roofbox_carbon'] = {
|
||||
itemName = "Carbon Dachbox",
|
||||
itemStock = 50,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue