Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Banking System

Zan1456

Zan#1456
VIP
Joined
Mar 19, 2021
Messages
786
Solutions
5
Reaction score
88,223
Points
421
Location
Hungary
Website
vfivem.com

Banking System​

A banking system that allows players to add, withdraw or transfer money from their personal and common accounts.

🇫🇷

This banking system was made entirely (mockup, front-end, lua) by for the Starling City project, since we don't use the script anymore i decided to put this script on github (with the developer's consent of course)

Compatible with :

  • ESX Legacy
  • ESX V1 (including sub versions)
Features :

  • Common account system (maximum 3)
  • Money transfer
  • Cache system (to avoid too many sql requests)
  • Purchase history
  • Password system to connect to your bank account
⚠️ Becareful, this script replaces completely the banking system of ESX, it will be necessary to adapt some things in order to adapt your scripts to the banking system.

To adapt your scripts go see how to use (server side)

Purchase History​

For each payment, you have a history, for example when you withdraw money from an ATM you will see in your history that you have withdrawn money from an ATM (with a small icon), in the you must add your "service" (in the table servicesType), then when you are going to use an export to withdraw or add money to a player you will put the id (in which order is your service), if we take the driving school for example, which is in the config, the id of the service would be 7 (in Lua a table always starts from 1), then when you are going to use the export, the 3rd argument after the amount will be your id to put.

ESX Salary [Jobs]​

For the ESX salary system, the bank system needs es_extended however to use the bank system on salaries, it must be started before es_extended



Here is an example of how start the cfg

ensure mysql-async
ensure banking-system
ensure es_extended
⚠️ Do not change the name of the resource or the visual interface (NUI) will not work.

You can have support on our (FR/ENG)


1652299518592.png
 
Top