RedEM-RP / esplugin_mysql

A MySQL plugin for RedEM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A MySQL plugin for RedEM


Languages

Language:Lua 54.5%Language:TSQL 27.0%Language:C# 18.5%