edit
This commit is contained in:
parent
493d552b78
commit
c57c5c1056
3 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue