Description: A complete FiveM RP Server based on the vRP framework.
You must create your database first! Follow the steps below for first time database setup process.
- Download/Install XAMPP
- Once installed, you will want to make xampp-control run as Admin
- Install MySQL service and click Start
- On the XAMPP Control Panel, click Config
- Click the X next to MySQL to install the service
- Open your DBMS (phpmyadmin or HeidiSQL)
- If using HeidiSQL, download from here https://www.heidisql.com/download.php
- Create a new DB with the name vRP, username vRP, password password
- If you want to change your information, make sure to update the file vrp/cfg/base.lua lines 8-10.
- When prompted in txAdmin, use the following DB Connection string:
mysql://vRP:password@localhost/vRP?multipleStatements=true- If you have changed your information after original setup, make sure to update the connection string accordingly -
mysql://username:password@localhost/db_name?multipleStatements=true
- If you have changed your information after original setup, make sure to update the connection string accordingly -
If you have any issues or questions, join our discord server and ask the community
This recipe runs inside txAdmin. Please check the Recipe Documentation Page.