Banking System
Installation
warning
We highly recommend you to read carefully each step written below.
Don't skip any step, it could lead to a non-functioning script.
Follow these steps to install the banking system
- Download the script from KeyMaster.
- Download the "Library" script from KeyMaster.
- Drag the
s1n_lib
folder into yourresources
directory. - Rename the
s1n_lib-....
folder tos1n_lib
. - Drag the
s1n_banking
folder into yourresources
directory. - Rename the
s1n_banking-....
folder tos1n_banking
. - Start the lib by adding
start s1n_lib
to yourserver.cfg
file. - Start the banking system by adding
start s1n_banking
to yourserver.cfg
file. - Please insert the SQL queries in your database (you can find them in the
s1n_banking/database.sql
file). - (QBCore Only) Please keep
qb-banking
in your resources folder and start it befores1n_banking
. The script depends on it, you will be able to keep the exports calls from your other scripts to qb-banking. - (QBCore Only) To disable the ATMs interaction on
qb-banking
, go onqb-banking/config.lua
and setatmModels = {}
. For the locations, just remove the coordinates from thelocations
table. - Configure the script by modifying the values in all the files located in the
s1n_banking/configuration/
script folder. - Configure the library by modifying the values in all the files contained in the
configuration/
folder located in thes1n_lib/
script folder.