An MySQL plugin for RedEM and RedEM:RP.
If using for RedEM: Roleplay then you don't need to do what's below, just follow RedEM: Roleplay's install instructions instead!
- Download esplugin_mysql
- Make sure you have mysql-async installed and working
- Utilize FXMigrant if that doesn't work use the below one
- Import the SQL file provided with this project,
esplugin_mysql.sql
(Also be sure to remove the dependency from fxmanifest.lua)
- Import the SQL file provided with this project,
- Add the following convar in your server configuration file:
set es_enableCustomData 1
. Make sure you put it directly abovemysql_connection_string
- Make your load order is correct. Here's how it should look:
ensure esplugin_mysql
ensure mysql-async
ensure redem
ensure redem_roleplay