From 618eafc9a1d4f7629449eebe73ad736c41c6c44d Mon Sep 17 00:00:00 2001 From: Csoki Date: Mon, 16 Jan 2023 13:26:22 +0100 Subject: [PATCH] Update README.md -remove: ox target support -format --- [esx_addons]/esx_banking/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/[esx_addons]/esx_banking/README.md b/[esx_addons]/esx_banking/README.md index 2966a97a..46061ac0 100644 --- a/[esx_addons]/esx_banking/README.md +++ b/[esx_addons]/esx_banking/README.md @@ -1,15 +1,16 @@

[ESX] Banking

Discord - Website - Documentation -A beautiful and Easy-To-Use Banking & ATM system for ESX, with optional OX Target Support - +A beautiful and Easy-To-Use Banking & ATM system for ESX ## BANK UI + ![esx_banking_pic1](https://user-images.githubusercontent.com/22717950/189738189-375101ac-c86b-4ce8-8df3-19d740c3809c.png) + ## ATM UI + ![esx_banking_pic2](https://user-images.githubusercontent.com/22717950/189738199-a325092b-5f1d-4c7f-8950-d660d053ed0f.png) ![esx_banking_pic3](https://user-images.githubusercontent.com/22717950/189738210-7af2c7d5-7fa1-4f70-8460-743ee9258f88.png) - ## Special thanks: Gellipapa#9186,Rav3n95#2849,Csoki, csontvazharcos, Füsti, Pécé ## Download & Installation @@ -18,6 +19,7 @@ A beautiful and Easy-To-Use Banking & ATM system for ESX, with optional OX Targe - Put it in the `[esx-addons]` directory ## Installation + - Add this to your `server.cfg`: ``` @@ -25,11 +27,13 @@ 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! Only server side! + ``` exports["esx_banking"]:logTransaction(source,logType,amount) @@ -41,7 +45,9 @@ For example: exports["esx_banking"]:logTransaction(source,"WITHDRAW",200) ``` # Legal + ### License + esx_banking - banking script for ESX Copyright (C) 2023 ESX-Framework