1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-18 18:42:33 +02:00
parent 39171e54d3
commit b117c38c60
8 changed files with 47 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View file

@ -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',
},
} }

View file

@ -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'