Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

RedEM-RP/esplugin_mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esplugin_mysql

An MySQL plugin for RedEM and RedEM:RP.

Installation

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)
  • Add the following convar in your server configuration file: set es_enableCustomData 1. Make sure you put it directly above mysql_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

Releases

No releases published

Packages

No packages published