Installation
Guide
Notice
Click here for $100 of free credit at Digital Ocean and support our developmentAlert
This guide assumes you have a working FXServer, to get that setup please take a look hereDownloads
First you need to download the following resources (middle mouseclick to open them in a new tab)
Steps
- Make sure you’ve read the notices above
- When you downloaded the above download and move/extract the files to your resources folder
- Make sure that the name of
fivem-mysql-async
ismysql-async
- Setup the following in your server configuration file(be sure to change the MySQL connection string options):
set es_enableCustomData 1
set mysql_connection_string "server=127.0.0.1;uid=root;password=1202;database=redemrp"
ensure esplugin_mysql
ensure mysql-async
ensure redem
ensure redem_roleplay
ensure redemrp_identity
# Other addons belows (provided an example)
ensure redemrp_respawn #example
- Create a database named “redemrp” in your MySQL server (all content will be automatically created on first run of your server)
- Start your RedM server
- Magic!
Last modified June 17, 2020: tweak: use git submodules & modify structure (d08273f)