FiveM Guides
  • Welcome
  • Dunko vRP
    • Documentation
    • Proxy Documentation
    • vRP Changelog
    • vRP FAQ
  • FiveM
    • FiveM NUI
    • OneSync
  • JamesUK Weapon Damage Tester
    • Gun Damage Test
  • Imperial Development Store
    • vRP Inventory [Paid]
Powered by GitBook
On this page
  • Stuck on Awaiting Scripts?
  • How do I hide the MoneyUI?
  • How do I hide the UI under the minimap?
  • How do I disable buying vehicles on the RageUI Garages?
  • How do I disable the preview of vehicles on the RageUI Garages?
  • How do I disable the vRP Phone?
  • How do I make vRP scripts?
  • Where do I find a tutorial to setup the pack?
  • Why won't my Zap Hosting work?
  • How do I change my keys from numpad
  • What to do when my connection is timing out and I am recieving database errors?
  • Console Commands

Was this helpful?

  1. Dunko vRP

vRP FAQ

PreviousvRP ChangelogNextFiveM NUI

Last updated 3 years ago

Was this helpful?

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?

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.

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

To make resources:

https://docs.fivem.net/docs/scripting-manual/introduction/creating-your-first-script/
dunko_vrp/RequestManager.js at master · vRP-Official-Developers/dunko_vrpGitHub
ControlsCfx.re Docs
dunko_vrp/client.lua at master · vRP-Official-Developers/dunko_vrpGitHub
GitHub - citizenfx/cfx-server-data: Data repository for CitizenFX servers.GitHub
Logo
Logo
Logo
Proxy Documentation