Skip to content

vRP-framework/txAdminRecipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

txAdminRecipe

Description: A complete FiveM RP Server based on the vRP framework.

Read Before Proceeding

You must create your database first! Follow the steps below for first time database setup process.

Setting up your Database (Windows)

  1. Download/Install XAMPP
    • Once installed, you will want to make xampp-control run as Admin
  2. Install MySQL service and click Start
    • On the XAMPP Control Panel, click Config
    • Click the X next to MySQL to install the service
  3. Open your DBMS (phpmyadmin or HeidiSQL)
  4. 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.

Setting your Database Connection String

  1. 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 any issues or questions, join our discord server and ask the community

This recipe runs inside txAdmin. Please check the Recipe Documentation Page.

About

txAdminRecipe for vRP installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published