Installation
Banking Script Installation Guide
Follow these steps to install the NeedForScripts Banking Script on your FiveM server.
Prerequisites
Before you begin, ensure you have:
FiveM server with administrator access
Access to your server's database
File transfer capability (FTP or direct file access)
Step 1: Install Dependencies
The Banking Script requires two dependencies:
To install these:
Download
ox_lib
from overextended GitHub repositoryDownload
bl_bridge
from Byte Labs GitHub repositoryPlace both resources in your server's resources folder
Add the following lines to your
server.cfg
:Add bl_bridge convars to your server.cfg with your server options:
Step 2: Database Setup
You need to set up two tables in your database. Run the following SQL commands:
You can run these commands using your preferred database management tool (e.g., phpMyAdmin, MySQL Workbench).
Step 3: Install the Banking Script
Download the Banking Script from your keymaster granted assets
Extract the files to your server's resources folder
Add the following line to your
server.cfg
:
Step 4: Bank Card Item Setup
Add the following to qb-core/shared/items.lua
:
Add the following to qbx-core/shared/items.lua
:
Add the following to your items table in your database:
Image Setup
Place the
bank_card.png
image in your inventory resource's image folder:For qb-inventory:
qb-inventory/html/images/
For ox_inventory:
ox_inventory/web/images/
For ESX inventory: Check your specific inventory resource's image directory
Important Notes
Ensure the image file name matches the one specified in the item configuration
The weight value can be adjusted based on your server's weight system
For ESX servers using ox_inventory, you may need to add the item to the ox_inventory/data/items.lua file instead
Step 5: Configuration
Open the
config.lua
file in the Banking Script folderAdjust settings according to your server's needs (refer to our Configuration Guide for details)
Step 6: Start Your Server
Save all changes
Start or restart your FiveM server
Verification
To verify the installation:
Connect to your server
Check if you can access banking features in-game
Confirm that the banking card displays correctly in the inventory
If you encounter any issues, please check our Troubleshooting Guide or contact our support team.
Enjoy using the NeedForScripts Banking Script on your server!
Last updated