mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 23:01:26 +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>
|
||||
|
||||
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
|
||||
|
||||

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

|
||||

|
||||
|
||||
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user