Giter Club home page Giter Club logo

esx_banking's Introduction

[ESX] Banking

Discord - Website - Documentation

A beautiful and Easy-To-Use Banking & ATM system for ESX

BANK UI

esx_banking_pic1

ATM UI

esx_banking_pic2 esx_banking_pic3

Special thanks: Gellipapa#9186,Rav3n95#2849,Csoki, csontvazharcos, Füsti, Pécé

Download & Installation

Installation

  • Add this to your server.cfg:
ensure esx_banking

Database

Run the banking.sql into your database. Done.

If you want to create a bank log in another script, you can do it this way!

IMPORTANT this is only log, these method not handle full bank service

I recommend to use the money logic after.

Param Type Explanation
source number the source of the player (server side only)
label string The label of the transaction
logType string "WITHDRAW", "DEPOSIT", "TRANSFER_RECEIVE" the possible transactions
amount number The amount of the transaction to be logged
-- Client side
-- The event is used client side

TriggerServerEvent("esx_banking:logTransaction",label,logType,amount)

-- For example:
TriggerServerEvent("esx_banking:logTransaction","TAX", "DEPOSIT", 2000)


-- Server side
-- The export is used server side
exports["esx_banking"]:logTransaction(source,label,logType,amount)

-- For example:
exports["esx_banking"]:logTransaction(source,"CAR PURCHASE","WITHDRAW",200)

Legal

License

esx_banking - banking script for ESX

Copyright (C) 2023 ESX-Framework

This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.

This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.

You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.

esx_banking's People

Contributors

thefantomas avatar gellipapa avatar arctos2win avatar dyros3 avatar benzo00 avatar csokihun avatar moskalyka avatar nemyoriginal avatar nikartikthebear avatar bloope18 avatar dannezzzan avatar mycroft-studios avatar kraleemil avatar lenny822 avatar rav3n95 avatar popogh avatar sh0rtyyy avatar titanhaxz avatar yoman1792 avatar pelaoloko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.