vRP FAQ

Stuck on Awaiting Scripts?

You forgot to install the base resources! Find them here:

How do I hide the MoneyUI?

You can hide that in the configuration file found in sharedcfg/options.lua

How do I hide the UI under the minimap?

You can hide that in the configuration file found in sharedcfg/options.lua

How do I disable buying vehicles on the RageUI Garages?

You can disable that in the configuration file found in sharedcfg/options.lua

How do I disable the preview of vehicles on the RageUI Garages?

You can disable that in the configuration file found in sharedcfg/options.lua

How do I disable the vRP Phone?

Doing this isn't recommended but you can just go into vrp/client/gui.lua Comment out lines: 146 to 156

How do I make vRP scripts?

Well, remember to follow the guides on how to use the Proxy found within Proxy Documentation

To make resources: https://docs.fivem.net/docs/scripting-manual/introduction/creating-your-first-script/

Where do I find a tutorial to setup the pack?

Why won't my Zap Hosting work?

Zap hosting versions as of 15/03/2021 are out of date. You should manually install this via manual FTP transfer and reinstall the dunko pack from the github repository.

How do I change my keys from numpad

Well, to change the accept NUMPAD + or NUMPAD - response

You'll need to change the following lines:

Firstly, this line of code to your desired keys you have chosen:

Line 16 of vrp/gui/RequestManager.js

Then once you have done that you will need to find your key on here:

Then save the number index of the control!

Then in vrp/cfg/client.lua you'll need to change this line:

Line 31 and Line 32 to your desired keys.

Say I wanted to change it to - and =

I'd do

  request = {
    yes = {1,83}, -- =
    no = {1,84} -- -
  }

And that is how you change your keys.

What to do when my connection is timing out and I am recieving database errors?

You can update your configuration to the above adding "connectTimeout", note this is in milliseconds and can be extended as required.

This file is located at: ghmattimysql/config.json

Console Commands

The following console commands for vRP exist:

  • addgroup

  • removegroup

  • ban

  • unban

The following commands can be typed into the console above in which the console will reply with instructions on how to use these commands.

Last updated