forked from Simnation/Main
ed
This commit is contained in:
parent
39171e54d3
commit
b117c38c60
8 changed files with 47 additions and 15 deletions
BIN
resources/[inventory]/inventory_images/images/ammoniak.png
Normal file
BIN
resources/[inventory]/inventory_images/images/ammoniak.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
resources/[inventory]/inventory_images/images/kalk_bag.png
Normal file
BIN
resources/[inventory]/inventory_images/images/kalk_bag.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
BIN
resources/[inventory]/inventory_images/images/kalk_stone.png
Normal file
BIN
resources/[inventory]/inventory_images/images/kalk_stone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
BIN
resources/[inventory]/inventory_images/images/sulfuric_acid.png
Normal file
BIN
resources/[inventory]/inventory_images/images/sulfuric_acid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
|
@ -18,7 +18,7 @@ itemsData = {
|
||||||
description = 'Small package of cocaine, mostly used for deals and takes a lot of space',
|
description = 'Small package of cocaine, mostly used for deals and takes a lot of space',
|
||||||
image = 'coke_small_brick.png',
|
image = 'coke_small_brick.png',
|
||||||
shouldClose = true,
|
shouldClose = true,
|
||||||
label = 'Coke Package',
|
label = 'Kokain Brick',
|
||||||
name = 'coke_small_brick',
|
name = 'coke_small_brick',
|
||||||
},
|
},
|
||||||
veh_armor = {
|
veh_armor = {
|
||||||
|
@ -7353,7 +7353,7 @@ itemsData = {
|
||||||
description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space',
|
description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space',
|
||||||
image = 'coke_brick.png',
|
image = 'coke_brick.png',
|
||||||
shouldClose = true,
|
shouldClose = true,
|
||||||
label = 'Coke Brick',
|
label = 'großer Kokain Brick',
|
||||||
name = 'coke_brick',
|
name = 'coke_brick',
|
||||||
},
|
},
|
||||||
butcherknife = {
|
butcherknife = {
|
||||||
|
@ -8785,7 +8785,7 @@ itemsData = {
|
||||||
description = 'To get happy real quick',
|
description = 'To get happy real quick',
|
||||||
image = 'cocaine_baggy.png',
|
image = 'cocaine_baggy.png',
|
||||||
shouldClose = true,
|
shouldClose = true,
|
||||||
label = 'Bag of Coke',
|
label = 'Tüte Kokain',
|
||||||
name = 'cokebaggy',
|
name = 'cokebaggy',
|
||||||
},
|
},
|
||||||
weed_purplehaze_seed = {
|
weed_purplehaze_seed = {
|
||||||
|
@ -10434,5 +10434,49 @@ itemsData = {
|
||||||
image = 'cabletie.png',
|
image = 'cabletie.png',
|
||||||
name = 'cabletie',
|
name = 'cabletie',
|
||||||
},
|
},
|
||||||
|
sulfuric_acid = {
|
||||||
|
shouldClose = true,
|
||||||
|
type = 'item',
|
||||||
|
description = '',
|
||||||
|
weight = 100,
|
||||||
|
label = 'Schwefelsäure',
|
||||||
|
unique = true,
|
||||||
|
useable = false,
|
||||||
|
image = 'sulfuric_acid.png',
|
||||||
|
name = 'sulfuric_acid',
|
||||||
|
},
|
||||||
|
kalk_bag = {
|
||||||
|
shouldClose = true,
|
||||||
|
type = 'item',
|
||||||
|
description = '',
|
||||||
|
weight = 500,
|
||||||
|
label = 'Sack Kalk',
|
||||||
|
unique = true,
|
||||||
|
useable = false,
|
||||||
|
image = 'kalk_bag.png',
|
||||||
|
name = 'kalk_bag',
|
||||||
|
},
|
||||||
|
kalk_stone = {
|
||||||
|
shouldClose = true,
|
||||||
|
type = 'item',
|
||||||
|
description = '',
|
||||||
|
weight = 100,
|
||||||
|
label = 'Kalk Stein',
|
||||||
|
unique = true,
|
||||||
|
useable = false,
|
||||||
|
image = 'kalk_stone.png',
|
||||||
|
name = 'kalk_stone',
|
||||||
|
},
|
||||||
|
ammoniak = {
|
||||||
|
shouldClose = true,
|
||||||
|
type = 'item',
|
||||||
|
description = '',
|
||||||
|
weight = 100,
|
||||||
|
label = 'Ammoniak',
|
||||||
|
unique = true,
|
||||||
|
useable = false,
|
||||||
|
image = 'ammoniak.png',
|
||||||
|
name = 'ammoniak',
|
||||||
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
|
@ -1,12 +0,0 @@
|
||||||
fx_version 'cerulean'
|
|
||||||
game 'gta5'
|
|
||||||
|
|
||||||
author 'DeinName'
|
|
||||||
description 'Custom Addon Props'
|
|
||||||
version '1.0.0'
|
|
||||||
|
|
||||||
files {
|
|
||||||
'data/props.ytyp'
|
|
||||||
}
|
|
||||||
|
|
||||||
data_file 'DLC_ITYP_REQUEST' 'data/props.ytyp'
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue