1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-09 15:06:30 +02:00
parent dc96cbb39b
commit c8ce065d61
939 changed files with 1976 additions and 0 deletions

View file

@ -10116,4 +10116,61 @@ QBShared.Items = {
image = 'fontain4.png',
name = 'fontain4',
},
car_wax = {
shouldClose = true,
type = 'item',
description = '',
weight = 500,
label = 'Autowachs',
unique = false,
useable = true,
image = 'car_wax.png',
name = 'car_wax',
},
hose_reel = {
shouldClose = true,
type = 'item',
description = '',
weight = 2000,
label = 'Schlauchtrommel',
unique = false,
useable = true,
image = 'hose_reel.png',
name = 'hose_reel',
},
hose_reel2 = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
label = 'kleine Schlauchtrommel',
unique = false,
useable = true,
image = 'hose_reel2.png',
name = 'hose_reel2',
},
bucket_sponge = {
shouldClose = true,
type = 'item',
description = '',
weight = 700,
label = 'Autowäsche Set Staionär',
unique = false,
useable = true,
image = 'bucket_sponge.png',
name = 'bucket_sponge',
},
bucket_sponge2 = {
shouldClose = true,
type = 'item',
description = '',
weight = 700,
label = 'Autowäsche Set Mobil',
unique = false,
useable = true,
image = 'bucket_sponge2.png',
name = 'bucket_sponge2',
},
}