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.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.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
|
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,11 +587,17 @@ CodeStudio.Products = {
|
||||||
itemPrice = 50,
|
itemPrice = 50,
|
||||||
itemInfo = "Crackling firework",
|
itemInfo = "Crackling firework",
|
||||||
},
|
},
|
||||||
['cleaningkit'] = {
|
['bucket_sponge2'] = {
|
||||||
itemName = "Reinigungsset",
|
itemName = "Autowäsche Set klein",
|
||||||
itemStock = 150,
|
itemStock = 150,
|
||||||
itemPrice = 150,
|
itemPrice = 40,
|
||||||
itemInfo = "Kit for cleaning equipment",
|
itemInfo = "",
|
||||||
|
},
|
||||||
|
['hose_reel2'] = {
|
||||||
|
itemName = "kleine Schlauchtrommel",
|
||||||
|
itemStock = 150,
|
||||||
|
itemPrice = 100,
|
||||||
|
itemInfo = "",
|
||||||
},
|
},
|
||||||
['roofbox_carbon'] = {
|
['roofbox_carbon'] = {
|
||||||
itemName = "Carbon Dachbox",
|
itemName = "Carbon Dachbox",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue