esplugin_mysql

An MySQL plugin for EssentialMode.

Installation

  • Download esplugin_mysql
  • Make sure you have mysql-async installed and working
  • Import the SQL file provided with this project, esplugin_mysql.sql (You can also use FXMigrant by uncommenting lines in fxmanifest.lua)
  • Add the following convar in your server configuration file: set es_enableCustomData 1. Make sure you put it directly under mysql_connection_string
  • Make your load order is correct. Here's how it should look:
start mysql-async
start essentialmode
start esplugin_mysql