Base Resource
banking
The supplied manifest describes this resource as “VCore - Banking”.
Introduction
The supplied manifest describes this resource as “VCore - Banking”.
1Client Lua
2Server Lua
18Exports
3Events
8SQL tables
UI page: ui/index.html
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
core | Manifest dependency | Included in Base |
inventory | Manifest dependency | Included in Base |
oxmysql | Manifest dependency | External / prerequisite |
polyzone | Manifest dependency | Included in Base |
business | Referenced by source | Included in Base |
logs | Referenced by source | Included in Base |
utils | Referenced by source | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
business | HasBusinessPermission |
core | getCoreObject |
inventory | AddItem, GetItemAmount, RemoveItem |
logs | Log |
utils | RegisterAdminAction |
Installation / Start Order
The supplied server.cfg enables this resource in the VCORE foundation stage at enabled-resource position 18. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
server.cfg
ensure bankingConfiguration
Config files
- No dedicated config file detected.
Top-level config keys detected
CurrencyEvents, Exports & Callbacks
Exports
Client exports1
IsNearATM
Server exports17
AccountExistsBankDepositBankIsFrozenBankSetBankTransferBankWithdrawCreateAccountDeleteAccountDepositToPrimaryAccountEnsureBusinessAccountExecuteUtilsAdminActionGetAccountGetPrimaryAccountBalanceGetPrimaryAccountNumberSetAccountAccessSetAccountOwnerWithdrawFromPrimaryAccount
Callbacks
Server callbacks6
banking:server:actionbanking:server:exchangeCoinsbanking:server:historybanking:server:loanbanking:server:managebanking:server:open
Registered network events
Client registered events2
banking:client:openbanking:client:openAtm
Server registered events1
banking:server:collectPaycheck
Commands
Client commands2
fixbankingpaycheck
Database / SQL
| File | Type |
|---|---|
sql/banking.sql | Resource SQL file |
account_accessaccount_transactionsaccountsbanking_credit_profilesbanking_loansbanking_paycheck_claimsbanking_payroll_earningsbanking_schemaThe root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 1 |
| Server Lua | 2 |
| Other/shared Lua | 2 |
| JavaScript | 1 |
| HTML | 1 |
| CSS | 1 |
| SQL | 1 |
Troubleshooting
- Confirm all manifest dependencies are started before
banking. - Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
- If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
- If the UI fails, verify the resource's NUI files and
ui_pagewhen one is declared.

