From c898276507c588de35611cfcef91df8c4d525ad8 Mon Sep 17 00:00:00 2001 From: ANTOND <71350868+antond15@users.noreply.github.com> Date: Thu, 28 Jul 2022 18:46:14 +0200 Subject: [PATCH] docs: Change README --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5cd1643..e9983fd 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file