From 309a269b58bf019b85c43e0b498f7987bfe2e5a7 Mon Sep 17 00:00:00 2001 From: Anthony Williams Date: Tue, 20 Mar 2018 15:52:10 -0400 Subject: [PATCH] Added ReadMe --- readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..951abd5 --- /dev/null +++ b/readme.md @@ -0,0 +1,17 @@ +### Welcome to Friends in Code where we try to make life better for the community. + + +# Essential Mode Mysql Plugin Updated version +This plugin was made using the new Mysql Async Plugin by zr0iq which can be found at this link: +[FiveM-MySQL](https://github.com/GHMatti/FiveM-MySQL) +The plugin is included in the libs folder along with all other dependencies. Modify this as you see fit. + + +# Install +1. Download resource from releases above or [Click Here](https://github.com/friendsincode/esmysql/releases) +2. Place the resource in your `[essentialmode]` folder in your resources directory. +3. Add the following 2 lines to your `server.cfg` make sure this goes before `start essentialmode` + +> set mysql_debug false +> start esmysql +4. Enjoy the new faster async plugin for Essential Mode.