This commit is contained in:
Nordi98 2025-06-30 11:45:49 +02:00
parent 493d552b78
commit c57c5c1056
3 changed files with 4 additions and 3 deletions

View file

@ -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)