Updated readme with github links to ES

This commit is contained in:
ElPumpo
2018-10-13 20:44:42 +02:00
parent 4ef2deaa29
commit 99bf793b96
+6 -6
View File
@@ -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