GetAccountBalance
local Bridge = exports.community_bridge:Bridge()
---This will remove money based on the type of account (money/bank)
---@param src number
---@param _type string
---@return string | nil
Bridge.Framework.GetAccountBalance(src, accountType)
Last updated