forked from Simnation/Main
Merge branch 'master' of https://git.evolution-state-life.de/Evolution-State-Life/Main
This commit is contained in:
commit
d6d84776d3
3 changed files with 4 additions and 3 deletions
|
@ -33,6 +33,7 @@ end
|
||||||
---@param account string
|
---@param account string
|
||||||
---@return number
|
---@return number
|
||||||
getAccountMoney = function(account)
|
getAccountMoney = function(account)
|
||||||
|
print(json.encode(account))
|
||||||
local value = 0
|
local value = 0
|
||||||
if Config.banking == 'Renewed-Banking' then
|
if Config.banking == 'Renewed-Banking' then
|
||||||
value = exports['Renewed-Banking']:getAccountMoney(account)
|
value = exports['Renewed-Banking']:getAccountMoney(account)
|
||||||
|
|
|
@ -2874,7 +2874,7 @@ CodeStudio.Shops = {
|
||||||
},
|
},
|
||||||
Interaction = {
|
Interaction = {
|
||||||
targetIcon = 'fas fa-shopping-basket',
|
targetIcon = 'fas fa-shopping-basket',
|
||||||
targetLabel = 'Exklusivität beginnt hier',
|
targetLabel = 'DigitalDen öffnen',
|
||||||
spawnPed = 'IG_Entourage_A', -- Put false if you dont need ped
|
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
|
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
|
||||||
radius = 2.5,
|
radius = 2.5,
|
||||||
|
|
|
@ -83,8 +83,8 @@ Config.JobBossRanks = {
|
||||||
specificRanks = {0}
|
specificRanks = {0}
|
||||||
},
|
},
|
||||||
["fussion"] = {
|
["fussion"] = {
|
||||||
maxRank = true, -- Will automatically detect the highest rank
|
maxRank = false, -- Will automatically detect the highest rank
|
||||||
specificRanks = {} -- Or you can specify ranks like {3, 4} if needed
|
specificRanks = {4} -- Or you can specify ranks like {3, 4} if needed
|
||||||
},
|
},
|
||||||
["sud"] = {
|
["sud"] = {
|
||||||
maxRank = false, -- Will automatically detect the highest rank
|
maxRank = false, -- Will automatically detect the highest rank
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue