diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua index f57fcd6d9..029e2f14f 100644 --- a/resources/[inventory]/tgiann-inventory/items/items.lua +++ b/resources/[inventory]/tgiann-inventory/items/items.lua @@ -750,7 +750,7 @@ itemsData = { description = 'Der Sirup, der dich von „A“ nach „Z“ schickt – aber ohne Zwischenstopps', image = 'crackmixingagent.png', shouldClose = false, - label = 'Codein-Sirup', + label = 'Codein', name = 'codeine_syrup', }, blood_100 = { @@ -5477,7 +5477,7 @@ itemsData = { description = '10 carat golden chain', image = '10kgoldchain.png', shouldClose = true, - label = '10k Gold Chain', + label = '10k Gold Kette', name = 'tenkgoldchain', }, h_choclate = { @@ -6715,7 +6715,7 @@ itemsData = { description = 'A golden watch seems like the jackpot to me!', image = 'rolex.png', shouldClose = true, - label = 'Golden Watch', + label = 'Crowex Titan', name = 'rolex', }, jords_cean_reeze_alkoholfrei = { @@ -9672,7 +9672,7 @@ itemsData = { description = 'A golden chain seems like the jackpot to me!', image = 'goldchain.png', shouldClose = true, - label = 'Golden Chain', + label = 'Gold Kette', name = 'goldchain', }, tourniquet = { diff --git a/resources/[jobs]/[crime]/nordi_containerheist/config.lua b/resources/[jobs]/[crime]/nordi_containerheist/config.lua index 38bd58de6..c1da31dae 100644 --- a/resources/[jobs]/[crime]/nordi_containerheist/config.lua +++ b/resources/[jobs]/[crime]/nordi_containerheist/config.lua @@ -64,7 +64,7 @@ Config.ContainerTypes = { }, rewards = { {item = "black_phone", label = "iFruit 12XR Schwarz", min = 1, max = 3, chance = 30}, - {item = "rolex", label = "Ralex Uhr", min = 1, max = 2, chance = 20}, + {item = "rolex", label = "Crowex Titan", min = 1, max = 2, chance = 20}, {item = "goldchain", label = "Gold Kette", min = 1, max = 3, chance = 25}, {item = "diamond", label = "Diamand", min = 1, max = 1, chance = 5}, {item = "laptop", label = "Laptop", min = 1, max = 1, chance = 15}, @@ -434,11 +434,10 @@ Config.ContainerTypes = { duration = 45000, }, rewards = { - {item = "electronics", label = "Electronics", min = 3, max = 8, chance = 40}, - {item = "plastic", label = "Plastic", min = 10, max = 20, chance = 60}, - {item = "aluminum", label = "Aluminum", min = 10, max = 20, chance = 50}, - {item = "copper", label = "Copper", min = 5, max = 15, chance = 30}, - {item = "cash", label = "Cash", min = 3000, max = 10000, chance = 25}, + {item = "codeine_syrup", label = "Codein", min = 3, max = 6, chance = 20}, + {item = "filter_papers", label = "Filtertips", min = 4, max = 8, chance = 30}, + {item = "rolling_paper", label = "Drehpapier", min = 4, max = 8, chance = 40}, + {item = "tenkgoldchain", label = "10k Goldkette", min = 1, max = 2, chance = 5}, }, policeAlert = true, }, diff --git a/resources/[tools]/bzzz_spawnped/config.lua b/resources/[tools]/bzzz_spawnped/config.lua index b095820c6..7305562d8 100644 --- a/resources/[tools]/bzzz_spawnped/config.lua +++ b/resources/[tools]/bzzz_spawnped/config.lua @@ -87,8 +87,29 @@ Config = { Invincible = true, BlockingOfNonTemporaryEvents = true } - } - + }, + { + pedHash = `S_M_M_DockWork_01`, + pedCoords = vector4(1243.1014, -3196.8843, 6.0282, 271.5252), + pedAnimation = { + animDict = 'amb@world_human_stand_tablet@male@base', -- Male version + animName = 'base', + animFlag = 49 + }, + pedProp = { + propHash = `prop_cs_tablet`, + propBone = 28422, + propPlacement = { + 0.17, 0.07, -0.15, + 10.0, -100.0, 0.0 + } + }, + pedSettings = { + FreezePerson = true, + Invincible = true, + BlockingOfNonTemporaryEvents = true + } + }, }