Installation
Last updated
Last updated
Follow these steps to install the NeedForScripts Banking Script on your FiveM server.
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)
The Banking Script requires two dependencies:
To install these:
Download ox_lib
from
Download bl_bridge
from
Place 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:
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).
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
:
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:
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
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
Open the config.lua
file in the Banking Script folder
Adjust settings according to your server's needs (refer to our Configuration Guide for details)
Save all changes
Start or restart your FiveM server
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!