diff --git a/resources/[carscripts]/mt_dealerships/server/functions.lua b/resources/[carscripts]/mt_dealerships/server/functions.lua index 809b02c07..67f7fd689 100644 --- a/resources/[carscripts]/mt_dealerships/server/functions.lua +++ b/resources/[carscripts]/mt_dealerships/server/functions.lua @@ -33,6 +33,7 @@ end ---@param account string ---@return number getAccountMoney = function(account) + print(json.encode(account)) local value = 0 if Config.banking == 'Renewed-Banking' then value = exports['Renewed-Banking']:getAccountMoney(account) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index bd8c054a7..f1f857988 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -2874,7 +2874,7 @@ CodeStudio.Shops = { }, Interaction = { targetIcon = 'fas fa-shopping-basket', - targetLabel = 'Exklusivität beginnt hier', + targetLabel = 'DigitalDen öffnen', spawnPed = 'IG_Entourage_A', -- Put false if you dont need ped scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need radius = 2.5, diff --git a/resources/[tools]/okokBanking/config.lua b/resources/[tools]/okokBanking/config.lua index 66d2f4f94..833986a45 100644 --- a/resources/[tools]/okokBanking/config.lua +++ b/resources/[tools]/okokBanking/config.lua @@ -83,8 +83,8 @@ Config.JobBossRanks = { specificRanks = {0} }, ["fussion"] = { - maxRank = true, -- Will automatically detect the highest rank - specificRanks = {} -- Or you can specify ranks like {3, 4} if needed + maxRank = false, -- Will automatically detect the highest rank + specificRanks = {4} -- Or you can specify ranks like {3, 4} if needed }, ["sud"] = { maxRank = false, -- Will automatically detect the highest rank