diff --git a/resources/[inventory]/inventory_images/images/ammoniak.png b/resources/[inventory]/inventory_images/images/ammoniak.png new file mode 100644 index 000000000..8c90c14e3 Binary files /dev/null and b/resources/[inventory]/inventory_images/images/ammoniak.png differ diff --git a/resources/[inventory]/inventory_images/images/kalk_bag.png b/resources/[inventory]/inventory_images/images/kalk_bag.png new file mode 100644 index 000000000..179abdf2c Binary files /dev/null and b/resources/[inventory]/inventory_images/images/kalk_bag.png differ diff --git a/resources/[inventory]/inventory_images/images/kalk_stone.png b/resources/[inventory]/inventory_images/images/kalk_stone.png new file mode 100644 index 000000000..a3cd699d1 Binary files /dev/null and b/resources/[inventory]/inventory_images/images/kalk_stone.png differ diff --git a/resources/[inventory]/inventory_images/images/sulfuric_acid.png b/resources/[inventory]/inventory_images/images/sulfuric_acid.png new file mode 100644 index 000000000..b233d2d6b Binary files /dev/null and b/resources/[inventory]/inventory_images/images/sulfuric_acid.png differ diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua index ed60c826b..e9ee7409f 100644 --- a/resources/[inventory]/tgiann-inventory/items/items.lua +++ b/resources/[inventory]/tgiann-inventory/items/items.lua @@ -18,7 +18,7 @@ itemsData = { description = 'Small package of cocaine, mostly used for deals and takes a lot of space', image = 'coke_small_brick.png', shouldClose = true, - label = 'Coke Package', + label = 'Kokain Brick', name = 'coke_small_brick', }, veh_armor = { @@ -7353,7 +7353,7 @@ itemsData = { description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space', image = 'coke_brick.png', shouldClose = true, - label = 'Coke Brick', + label = 'großer Kokain Brick', name = 'coke_brick', }, butcherknife = { @@ -8785,7 +8785,7 @@ itemsData = { description = 'To get happy real quick', image = 'cocaine_baggy.png', shouldClose = true, - label = 'Bag of Coke', + label = 'Tüte Kokain', name = 'cokebaggy', }, weed_purplehaze_seed = { @@ -10434,5 +10434,49 @@ itemsData = { image = 'cabletie.png', 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', + }, } diff --git a/resources/[props]/cardealertablet/data/props.ytyp b/resources/[props]/cardealertablet/data/props.ytyp deleted file mode 100644 index 710b83d8e..000000000 Binary files a/resources/[props]/cardealertablet/data/props.ytyp and /dev/null differ diff --git a/resources/[props]/cardealertablet/fxmanifest.lua b/resources/[props]/cardealertablet/fxmanifest.lua deleted file mode 100644 index 06e32b18b..000000000 --- a/resources/[props]/cardealertablet/fxmanifest.lua +++ /dev/null @@ -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' diff --git a/resources/[props]/cardealertablet/stream/cardealer_displaystand.ydr b/resources/[props]/cardealertablet/stream/cardealer_displaystand.ydr deleted file mode 100644 index 7e3781272..000000000 Binary files a/resources/[props]/cardealertablet/stream/cardealer_displaystand.ydr and /dev/null differ