From ef0ad6cdc05e5533c42897b06458e960eb8a86a5 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 20 Jul 2025 22:38:07 +0200 Subject: [PATCH] ed --- resources/[inventory]/tgiann-inventory/items/items.lua | 4 ++-- resources/[jobs]/[crime]/r_moneywash/config.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua index cd1645dd6..5c44365c1 100644 --- a/resources/[inventory]/tgiann-inventory/items/items.lua +++ b/resources/[inventory]/tgiann-inventory/items/items.lua @@ -7803,7 +7803,7 @@ itemsData = { label = 'Flohmittel', name = 'flohmittel', }, - markedbills = { + blackmoney = { useable = false, weight = 1, type = 'item', @@ -7812,7 +7812,7 @@ itemsData = { image = 'markedbills.png', shouldClose = true, label = 'Schwarzgeld', - name = 'markedbills', + name = 'blackmoney', }, metalscrap = { useable = false, diff --git a/resources/[jobs]/[crime]/r_moneywash/config.lua b/resources/[jobs]/[crime]/r_moneywash/config.lua index 37533c79f..b972a4181 100644 --- a/resources/[jobs]/[crime]/r_moneywash/config.lua +++ b/resources/[jobs]/[crime]/r_moneywash/config.lua @@ -35,7 +35,7 @@ Cfg = { PedModel = 'a_m_m_og_boss_01', -- Ped model (https://docs.fivem.net/docs/game-references/ped-models/) PedHeading = 265.89, -- Ped heading (0.0 - 360.0) - Currency = 'markedbills', -- Currency item (supports items or qb-core 'markedbills') + Currency = 'blackmoney', -- Currency item (supports items or qb-core 'markedbills') TaxRate = 25, -- Tax rate. (0 - 100) if DynamicTax is enabled, this value will be ignored. DynamicTax = true, -- Changing tax rate (true: enabled, false: disabled) DynamicTimer = 60, -- Tax rate change timer (minutes)