๐Ÿ–ฅ๏ธ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:

  1. FiveM server with administrator access

  2. Access to your server's database

  3. 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

  1. Download the banking script from your Keymaster.

  2. Extract the files to your resources (or any other preffered) folder.

  3. 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.

Ox Inventory Setup

Add the following item to your ox_inventory/data/items.lua

Codem Inventory, Jpr Inventory, PS Inventory, QB Inventory Setup

Add the following item to your inventory items file

QS Inventory & tgiann Inventory Setup

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

  1. Open config.lua file in the Banking Script folder

  2. Configure our script basing on your needs.

Step 6: Start using our script

  1. Save all changes

  2. Restart / Start your FiveM server

Enjoy using your brand new pScripts Banking script!

Last updated