diff --git a/resources/[inventory]/pickle_consumables/config.lua b/resources/[inventory]/pickle_consumables/config.lua index 071eb4539..b0ac3b00b 100644 --- a/resources/[inventory]/pickle_consumables/config.lua +++ b/resources/[inventory]/pickle_consumables/config.lua @@ -1834,7 +1834,6 @@ Config.Items = { prop = { model = `h4_prop_club_water_bottle`, boneId = 28422, offset = vec3(0.0, 0.00, -0.20), rotation = vec3(0.0, 0.0, 0.0) }, idle = { dict = "amb@code_human_wander_drinking_fat@beer@male@base", anim = "static", time = 2000, params = { nil, nil, nil, 49 } }, animation = { dict = "mini@sprunk", anim = "plyr_buy_drink_pt2", time = 2000, params = { nil, nil, nil, 49 } }, - pfandItem = "empty_bottle", -- Hier wird das Pfand-Item definiert status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage. hunger = 0, thirst = 20, @@ -1849,7 +1848,6 @@ Config.Items = { prop = { model = `sf_prop_sf_can_01a`, boneId = 28422, offset = vec3(0.0, 0.00, -0.07), rotation = vec3(0.0, 0.0, 0.0) }, idle = { dict = "amb@code_human_wander_drinking_fat@beer@male@base", anim = "static", time = 2000, params = { nil, nil, nil, 49 } }, animation = { dict = "mini@sprunk", anim = "plyr_buy_drink_pt2", time = 2000, params = { nil, nil, nil, 49 } }, - pfandItem = "empty_can", -- Hier wird das Pfand-Item definiert status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage. hunger = 0, thirst = 15, @@ -1878,7 +1876,6 @@ Config.Items = { prop = { model = `ng_proc_sodacan_01b`, boneId = 28422, offset = vec3(0.0, 0.00, -0.07), rotation = vec3(0.0, 0.0, 0.0) }, idle = { dict = "amb@code_human_wander_drinking_fat@beer@male@base", anim = "static", time = 2000, params = { nil, nil, nil, 49 } }, animation = { dict = "mini@sprunk", anim = "plyr_buy_drink_pt2", time = 2000, params = { nil, nil, nil, 49 } }, - pfandItem = "empty_can", -- Hier wird das Pfand-Item definiert status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage. hunger = 0, thirst = 10, @@ -1893,7 +1890,6 @@ Config.Items = { prop = { model = `sf_prop_sf_can_01a`, boneId = 28422, offset = vec3(0.0, 0.00, -0.07), rotation = vec3(0.0, 0.0, 0.0) }, idle = { dict = "amb@code_human_wander_drinking_fat@beer@male@base", anim = "static", time = 2000, params = { nil, nil, nil, 49 } }, animation = { dict = "mini@sprunk", anim = "plyr_buy_drink_pt2", time = 2000, params = { nil, nil, nil, 49 } }, - pfandItem = "empty_can", -- Hier wird das Pfand-Item definiert status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage. hunger = 0, thirst = 20, diff --git a/resources/[inventory]/pickle_consumables/fxmanifest.lua b/resources/[inventory]/pickle_consumables/fxmanifest.lua index 226fe9a6e..0841b1fdd 100644 --- a/resources/[inventory]/pickle_consumables/fxmanifest.lua +++ b/resources/[inventory]/pickle_consumables/fxmanifest.lua @@ -25,7 +25,6 @@ shared_scripts { server_scripts { 'bridge/**/server.lua', - 'modules/pfandsystem/init.lua', -- Diese Zeile hinzufügen 'modules/**/server.lua', }