This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
forked from yagizher/orp-banking
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
Banking script created for ESX Framework that adds functionality to access the main banks and every ATM without hard-coding every ATM coordinate. | ||
Simple banking script for [ox_core](https://github.com/overextended/ox_core) with support for [qtarget](https://github.com/QuantusRP/qtarget). | ||
For the ESX version, go to the [main](https://github.com/antond15/orp_banking/tree/main) branch. | ||
|
||
**This fork adds support for [qtarget](https://github.com/QuantusRP/qtarget) and fixes some bugs.** | ||
### Features | ||
- Access every ATM and bank | ||
- Deposit money only in bank | ||
- Clean, custom and simple NUI | ||
|
||
--- | ||
|
||
## Features | ||
- Access all banks and ATMs. | ||
- Can only deposit money into your bank when you're at an actual bank. | ||
- Clean, custom and simple NUI. | ||
- Customisable notifications. | ||
|
||
## Requirements | ||
- [ESX Legacy](https://github.com/esx-framework/esx-legacy) | ||
### Dependencies | ||
- [ox_core](https://github.com/overextended/ox_core) | ||
- [ox_lib](https://github.com/overextended/ox_lib) | ||
- [qtarget](https://github.com/QuantusRP/qtarget) | ||
- [mythic_notify](https://github.com/antond15/mythic_notify) – Optional, can change in config |