๐ฅ๏ธInstallation Guide
Banking Script Installation Guide
This page is dedicated to installation of our banking script. Follow steps listed below to start using pScripts Banking System on your server.
Prerequisities
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: Installing the dependencies
Our banking script requires 3 dependencies:
Additionaly, we recommend you use MariaDB as your Database Management System.
Step 2: Setting up the Database
For our script to work, you need to modify your database. Run these SQL commands:
You can run these on your preferred Database Management Tool (ex. HeidiSQL, phpMyAdmin etc.)
Step 3: Downloading the Banking Script
Download the banking script from your Keymaster.
Extract the files to your resources (or any other preffered) folder.
Add the following line to your
server.cfg
Step 4: Setting up items
In our banking script we provide a bank card, that can be used to access ATM machines.
Add the following item to your ox_inventory/data/items.lua
Add the following item to your inventory items file
Add the following item to your inventory items file
Adding item image
Place the bank_card.png image in your inventory resource's image folder:
For ox_inventory:
ox_inventory/web/images/For qb-inventory:
qb-inventory/html/images/For ESX inventory: Check your specific inventory resource's image directory
For other inventories: Check your specific inventory resource's image directory
Step 5: Configuration
Open
config.luafile in the Banking Script folderConfigure our script basing on your needs.
Step 6: Start using our script
Save all changes
Restart / Start your FiveM server
Enjoy using your brand new pScripts Banking script!
Last updated