From 99bf793b964cce2a944c63e2f44a56390851708f Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Sat, 13 Oct 2018 20:44:42 +0200 Subject: [PATCH] Updated readme with github links to ES --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb376513..95f75664 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ es_extended is a roleplay framework for FiveM. It is developed on top of [EssentialMode](https://essentialmode.com/) (aka ES), thus commonly named ESX - the **Es**sentialMode **E**xtended framework for FiveM. ### Links & Read more -- [Official Discord community](https://discord.me/fivem_esx) - [ESX Documentation](https://esx-org.github.io/) (incomplete) - [ES Documentation](https://docs.essentialmode.com/) +- [FiveM Forum Thread](https://forum.fivem.net/t/release-esx-base/39881) - [FiveM Native Reference](https://runtime.fivem.net/doc/reference.html) ### Screenshot preview (todo) @@ -12,7 +12,7 @@ es_extended is a roleplay framework for FiveM. It is developed on top of [Essent ![screenshot](http://i.imgur.com/aPFdJl3.jpg) ### Features -- Accounts (bank / black money) you can also add others accounts +- Accounts (bank / black money). You can add further accounts - Advanced inventory system (press `F2` ingame) - Job system - Loadouts and position synced in database @@ -23,10 +23,10 @@ es_extended is a roleplay framework for FiveM. It is developed on top of [Essent ### Requirements This order also applies in the startup order. - Base events -- [mysql-async](https://github.com/brouznouf/fivem-mysql-async/releases/latest) -- [EssentialMode](https://essentialmode.com/) (es_admin2 included, a basic admin tool) -- [esplugin_mysql](https://forum.fivem.net/t/release-essentialmode-base/3665/1181) -- [async](https://github.com/ESX-Org/async/releases/latest) +- [mysql-async](https://github.com/brouznouf/fivem-mysql-async) +- [essentialmode](https://github.com/kanersps/essentialmode) +- [esplugin_mysql](https://github.com/kanersps/esplugin_mysql) +- [async](https://github.com/ESX-Org/async) ### Download & Installation