π¦Installation
Last updated
To deploy the system, you must import the database schema and complete the baseline configurations.
The integrated loan and ATM structures in src-bank require specific database tables to function. Run the install.sql file using an interface like HeidiSQL or phpMyAdmin.
src_bank_accounts: Stores the credit score, active PIN code, and IBAN data.
src_bank_transactions: Contains transaction logs for all deposits, withdrawals, and transfers.
src_bank_atms: Keeps track of purchased or placed ATM owner IDs, 3D coordinates, and profit fees.
src_bank_loans & src_bank_loan_blacklist: Holds loan limits, maturity cycles, current overdues, debt amounts, and blacklist records.
Place the downloaded src-bank package into your server's resources directory (or a relevant subfolder).
Add the following to your server.cfg:
ensure qbx_core # or qb-core / es_extended (Your core framework)
ensure ox_lib # Dependency
ensure src-bank # Banking systemUI Notifications: Most of the UI components and notifications rely on ox_lib.
Inventory Receipts: If you wish to give players a physical receipt item after their transactions, ensure you add the receipt item possessing metadata support to your inventory system. You can disable this feature in the config if not needed.
Targeting System: Integration is supported via qbx_core, qb-core, ox_target, or qb-target. If you prefer not to use targeting, you can switch to text mode in the Config.
Last updated

