mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 02:01:31 +00:00
Update README.md
-remove: ox target support -format
This commit is contained in:
@@ -1,15 +1,16 @@
|
|||||||
<h1 align='center'>[ESX] Banking</a></h1><p align='center'><b><a href='https://discord.esx-framework.org/'>Discord</a> - <a href='https://esx-framework.org/'>Website</a> - <a href='https://docs.esx-framework.org/legacy/installation'>Documentation</a></b></h5>
|
<h1 align='center'>[ESX] Banking</a></h1><p align='center'><b><a href='https://discord.esx-framework.org/'>Discord</a> - <a href='https://esx-framework.org/'>Website</a> - <a href='https://docs.esx-framework.org/legacy/installation'>Documentation</a></b></h5>
|
||||||
|
|
||||||
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
|
## BANK UI
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## ATM UI
|
## ATM UI
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Special thanks: Gellipapa#9186,Rav3n95#2849,Csoki, csontvazharcos, Füsti, Pécé
|
## Special thanks: Gellipapa#9186,Rav3n95#2849,Csoki, csontvazharcos, Füsti, Pécé
|
||||||
|
|
||||||
## Download & Installation
|
## 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
|
- Put it in the `[esx-addons]` directory
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
- Add this to your `server.cfg`:
|
- Add this to your `server.cfg`:
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -25,11 +27,13 @@ ensure esx_banking
|
|||||||
```
|
```
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
|
|
||||||
```
|
```
|
||||||
Run the banking.sql into your database. Done.
|
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!
|
# 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)
|
exports["esx_banking"]:logTransaction(source,logType,amount)
|
||||||
|
|
||||||
@@ -41,7 +45,9 @@ For example: exports["esx_banking"]:logTransaction(source,"WITHDRAW",200)
|
|||||||
```
|
```
|
||||||
|
|
||||||
# Legal
|
# Legal
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
esx_banking - banking script for ESX
|
esx_banking - banking script for ESX
|
||||||
|
|
||||||
Copyright (C) 2023 ESX-Framework
|
Copyright (C) 2023 ESX-Framework
|
||||||
|
|||||||
Reference in New Issue
Block a user