[Release][Dunko vRP V6.7 - OneSync Compatible] WORKS IN 2022 - Supports 15 languages - Zap Hosting NOW 20% DISCOUNT!

@Dunko
I was wondering how do you add people to groups, like super admin, with out being in game.
As in, is there a file I can edit or an rcon command?

Yeah mate, feel free to contribute that if you’d like and I’ll pop it in.

Read the FAQ’s in the main post mate.

Thank you, this code has helped get the menu out of the right corner however I am still having issues with it being stuck below the screen to the point I cannot see the last two selections on the admin menu. I attempted to change the bottom:0px to -50 but that does not appear to fix anything. Any ideas on this?

1 Like

Brand new to FiveM and Dunko in general. Trying to learn how to configure everything and this is simply overwhelming but I seem to be getting the hang of the simple edits for the most part. My question is, does either FiveM or Dunko utilize chat commands at all by default? If so where can I find a list of them?

@Dunko can i install els on your framework or all going down?

Chat commands? You’re wanting Essential Mode mate, vRP is menu based.

ELS is a resource that isn’t base specific, I know of people using it fine with vRP.

Hello guys. How may i increase ping kicker limit?

i got ? how do i move the basic menu and edit it

vrp/cfg/base.lua line 21 - change 5 to how many minutes you’d like, though this will increase desync.

The main menu is made up of multiple lua’s, found inside the vrp/modules folder, I’d recommend not touching it unless you know what you are doing, though there are additional parts also in the vrp_basic_menu resource.

I am having the biggest issue with the M menu phone cutting off the last two options. I followed a user’s guide on how to edit the positioning of this phone and am able to move it left / right however nothing I do seems to move it up on the screen. Anyone know of a fix for this?

The file I have been modifying is vrp > gui > design.css

Hey buddy, how to add commands shortcuts to F1 admin menu?

i got a ? how do i move the menu from the bottom right of the screens on the sever ?

You mean the player’s menu (K)?

yes menu for the player

Is there a way to turn off the controller for the menu? Because I use the Xbox One controller and it is annoying when playing and the menu pops up.

You can change wathever you want in the vrp\gui\design.css

So i’ve putted trash locations on vrp/cfg/items_transformers.lua but i think i’ve made something wrong cause nothing really changed ingame. Can you tell me if i did it right?

Blockquote
{
name=“Trash Collector”, – menu name
permissions = {“mission.collect.trash”}, – you can add permissions
r=0,g=125,b=255, – color
max_units=100000,
units_per_minute=100000,
x=805.77130126953,y=-1078.0639648438,z=28.55744934082,
x=4.9027242660522,y=-728.23590087891,z=32.137111663818,
x=50.181865692139,y=-831.79467773438,z=31.075384140015,
x=-294.10607910156,y=-1358.6501464844,z=31.310216903687,
x=-242.3243560791,y=-1344.4094238281,z=31.204435348511,
x=-325.96722412109,y=-1359.6572265625,z=31.295721054077,
x=-240.57513427734,y=-1473.9716796875,z=31.471481323242,
x=-234.86592102051,y=-1586.61328125,z=34.081043243408,
x=-234.66874694824,y=-1607.5031738281,z=34.255676269531,
x=-220.16825866699,y=-1561.9019775391,z=34.216033935547,
x=-139.71563720703,y=-1627.1157226563,z=32.82160949707,
x=-161.10066223145,y=-1669.0330810547,z=33.142166137695,
x=41.410083770752,y=-1879.8662109375,z=22.202367782593,
x=76.798881530762,y=-1930.0614013672,z=20.828227996826,
x=130.87394714355,y=-1886.5013427734,z=23.481460571289,
x=153.62910461426,y=-1974.3931884766,z=18.468149185181,
x=218.05191040039,y=-2012.8031005859,z=18.893110275269,
x=300.49291992188,y=-2019.4912109375,z=20.088376998901,
x=338.83068847656,y=-2034.9344482422,z=21.506380081177,
x=338.30480957031,y=-1965.8387451172,z=24.479537963867,
x=374.55487060547,y=-1980.8701171875,z=24.095592498779,
x=415.99990844727,y=-2012.5072021484,z=23.087549209595,
radius=3, height=1.5, – area
recipes = {
[“Gather Trash”] = { – action name
description=“Gathering Trash…”, – action description
in_money=0, – money taken per unit
out_money=0, – money earned per unit
reagents={}, – items taken per unit
products={ – items given per unit
[“trash”] = 1
}
}
}
},

Hello, could anyone help me? I would like to know how I change the location of drugs, because I’m having this problem

i look in vrp\gui\design.css to move the location of the player menu it is still at bottom right of the screens i am having a hard move the menu can i get help with this *{
margin: 0;
padding: 0;
}

/* make body full page */
html, body {
margin: 0;
height: 100%;
overflow: hidden;
cursor: pointer;
}

@font-face {
font-family: ‘Pricedown’;
src: url(fonts/Pdown.woff);
}

.console{
background-color: white;
color: green;
font-weight: bold;
}

/* menu */

.menu{
/* Edit the following image to your correct image or use mine that is located at: http://P4NDAzz.org/ePhone (THIS IS THE PHONE BACKGROUND)/
background-image: url(‘http://P4NDAzz.org/ePhone/bg9.jpg’);
/
--------------------------------------------------------------------------------------------------------- */
background-color: rgba(46, 138, 211, 0.4);
font-family: ‘Roboto’, sans-serif;
color: #ffffff;
background-size: cover;
display: inline-block;
background-color: #1F2023;
border-radius: 30px 30px 0 0;
height: 440px;
padding: 40px 15px 0 15px;
width: 290px;
border-top: 1px solid #65686E;
border-right: 1px solid #65686E;
margin-left: -75px;
margin: 25px;
align-content:center;
position: fixed;
top: 50%;
left: 85%;
bottom:0px;
margin-top: 523px;
margin-left: -100px;
text-align: center;
cursor: pointer;
cursor: text;
}

.menu_description{
background-color: rgba(46, 138, 211, 0.4);
border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
border: 0px solid #000000;
font-family: ‘Roboto’, sans-serif;
color: #ffffff;
position: absolute;
font-weight: bold;
padding: 9px;
font-size: 1.0em;
max-width: 500px;
}

.menu h1{
background-color: rgba(255,0,0,0.75);
font-family: “Comic Sans MS”, cursive, sans-serif;
color: white;
text-align: center;
font-size: 1.6em;
padding: 6px;
font-weight: bold;
}

.choices{
overflow-y: scroll;
overflow-x: hidden;
}

.choices::-webkit-scrollbar{
display: none;
}

.choices div{
padding: 6px;
font-size: 1.3em;

}

.choices .selected{
background-color: rgba(255,255,255,0.90);
color: black;
}

/* progress bar */
.progressbar{
position: absolute;
}

.progressbar .inner{
}

.progressbar .label{
position: absolute;
color: white;
font-weight: bold;
text-align: center;
text-shadow: 2px 2px black;
}

/* wprompt */
.wprompt{
background-color: #3A3A3A;
border: 1px solid cyan;
font-family: ‘Roboto’, sans-serif;
box-shadow: 1px 1px 18px 1px #000000;
color: cyan;
width: 300px;
height: 200px;
border-radius: 0px 25px 25px 0px;
display: flex;
padding: 5px;
flex-direction: column;
cursor: pointer;
}

.wprompt h1{
font-size: 12px;
font-family: ‘Roboto’, sans-serif;
}

.wprompt textarea{
outline: none !important;
background-color: rgba(58,58,58,0.75);
border: 1px solid rgba(0,255,255,0.30);
box-shadow: inset 1px 1px 18px 1px #000000;
border-radius: 0px 25px 25px 0px;
flex: 1;
color: cyan;
width: 100%;
padding: 12px;
resize: none;
box-sizing: border-box;
}

.wprompt textarea:focus{
outline: none !important;
}

.wprompt .help{
font-size: 12px;
font-family: ‘Roboto’, sans-serif;
padding: 3px;
text-transform: uppercase;
}

/* request manager */
.request_manager{
position: absolute;
bottom: -1px;
right: 25px;
text-align: right;
}

.request_manager div{
margin-bottom: 0px;
}

.request_manager div > span{
background-color: #3A3A3A;
border: 1px solid cyan;
font-family: ‘Roboto’, sans-serif;
box-shadow: inset 1px 1px 18px 1px #000000;
border-radius: 5px 5px 0px 0px;
font-size: 25px;
color: white;
margin-bottom: -1px;
font-weight: bold;
padding: 5px;
text-align: center;
}

.request_manager .yes{
font-family: ‘Roboto’, sans-serif;
padding-left: 15px;
color: rgb(0,255,0);
font-size: 1em;
text-transform: uppercase;
}

.request_manager .no{
font-family: ‘Roboto’, sans-serif;
color: rgb(255,0,0);
font-size: 1em;
text-transform: uppercase;
}

/* announce */

.announce{
position: absolute;
bottom: 0;
left: 50%;
width: 780px;
height: 130px;
padding: 10px;
margin-left: -400px;
font-weight: bold;
font-size: 1.1em;
text-shadow: 2px 2px black;
color: white;
display: none;
opacity: 0.90;
}

{
name=“Drug Lab”, – menu name
permissions = {“harvest.weed”}, – job drug dealer required to use
r=0,g=255,b=0, – color
max_units=100000,
units_per_minute=100000,
x=-77.722381591797,y=6223.626953125,z=31.089864730835, – pos (needed for public use lab tools)
radius=1.1, height=1.5, – area
recipes = {
[“cocaine”] = { – action name
description=“make cocaine”, – action description
in_money=500, – money taken per unit
out_money=0, – money earned per unit
reagents={ – items taken per unit
[“benzoilmetilecgonina”] = 1
},
products={ – items given per unit
[“cocaine”] = 3
},
aptitudes={ – optional
[“laboratory.cocaine”] = 3, – “group.aptitude”, give 1 exp per unit
[“science.chemicals”] = 6
}
},
[“weed”] = { – action name
description=“make weed”, – action description
in_money=500, – money taken per unit
out_money=0, – money earned per unit
reagents={ – items taken per unit
[“seeds”] = 1
},
products={ – items given per unit
[“weed”] = 3
},
aptitudes={ – optional
[“laboratory.weed”] = 3, – “group.aptitude”, give 1 exp per unit
[“science.chemicals”] = 6
}
},
[“lsd”] = { – action name
description=“make lsd”, – action description
in_money=500, – money taken per unit
out_money=0, – money earned per unit
reagents={ – items taken per unit
[“harness”] = 1
},
products={ – items given per unit
[“lsd”] = 3
},
aptitudes={ – optional
[“laboratory.lsd”] = 3, – “group.aptitude”, give 1 exp per unit
[“science.chemicals”] = 6
}
}
}
}
}

– define transformers randomly placed on the map
cfg.hidden_transformers = {
[“weed field”] = {
def = {
name=“Weed field”, – menu name
permissions = {“harvest.weed”}, – you can add permissions
r=0,g=200,b=0, – color
max_units=100000,
units_per_minute=100000,
x=,y=-,z=, – pos
radius=5, height=1.5, – area
recipes = {
[“Harvest”] = { – action name
description=“Harvest some drugs.”, – action description
in_money=0, – money taken per unit
out_money=0, – money earned per unit
reagents={}, – items taken per unit
products={ – items given per unit
[“seeds”] = 1
}
}
}
},
positions = {
{849.48309326172,-292.14764404296,69.311706542968}
}
},
[“cocaine dealer”] = {
def = {
name=“Cocaine Dealer”, – menu name
permissions = {“harvest.weed”}, – you can add permissions
r=0,g=200,b=0, – color
max_units=100000,
units_per_minute=100000,
x=-,y=,z=, – pos
radius=5, height=1.5, – area
recipes = {
[“Harvest”] = { – action name
description=“Harvest some drugs.”, – action description
in_money=0, – money taken per unit
out_money=0, – money earned per unit
reagents={}, – items taken per unit
products={ – items given per unit
[“benzoilmetilecgonina”] = 1
}
}
}
},
positions = {
{-825.794921875,596.59387207032,116.2116470337}
}
},
[“lsd bar”] = {
def = {
name=“LSD Bar”, – menu name
permissions = {“harvest.weed”}, – you can add permissions
r=0,g=200,b=0, – color
max_units=100000,
units_per_minute=100000,
x=,y=,z=
, – pos
radius=5, height=1.5, – area
recipes = {
[“Harvest”] = { – action name
description=“Harvest some drugs.”, – action description
in_money=0, – money taken per unit
out_money=0, – money earned per unit
reagents={}, – items taken per unit
products={ – items given per unit
[“harness”] = 1
}
}
}
},
positions = {
{1338.1452636718,468.9097290039,77.929573059082}
}
},
[“police1”] = {
def = {
name=“Police Report”, – menu name
permissions = {“police.mission”}, – you can add permissions
r=0,g=200,b=0, – color
max_units=100000,
units_per_minute=100000,
x=0,y=0,z=0, – pos
radius=5, height=1.5, – area
recipes = {
[“Write Report”] = { – action name
description=“Writing Report…”, – action description
in_money=0, – money taken per unit
out_money=0, – money earned per unit
reagents={}, – items taken per unit
products={ – items given per unit
[“police_report”] = 1
}
}
}
},
positions = {
{439.57083129883,-995.072265625,30.689596176147} – Mission Row
}
},
[“police2”] = {
def = {
name=“Police Report”, – menu name
permissions = {“police.mission”}, – you can add permissions
r=0,g=200,b=0, – color
max_units=100000,
units_per_minute=100000,
x=0,y=0,z=0, – pos
radius=5, height=1.5, – area
recipes = {
[“Write Report”] = { – action name
description=“Writing Report…”, – action description
in_money=0, – money taken per unit
out_money=0, – money earned per unit
reagents={}, – items taken per unit
products={ – items given per unit
[“police_report”] = 1
}
}
}
},
positions = {
{1851.6605224609,3690.6713867188,34.267044067383} – Sandy Shores
}
},
[“police3”] = {
def = {
name=“Police Report”, – menu name
permissions = {“police.mission”}, – you can add permissions
r=0,g=200,b=0, – color
max_units=100000,
units_per_minute=100000,
x=0,y=0,z=0, – pos
radius=5, height=1.5, – area
recipes = {
[“Write Report”] = { – action name
description=“Writing Report…”, – action description
in_money=0, – money taken per unit
out_money=0, – money earned per unit
reagents={}, – items taken per unit
products={ – items given per unit
[“police_report”] = 1
}
}
}
},
positions = {
{-449.43395996094,6010.796875,31.716377258301} – Paleto
}
},
[“ems”] = {
def = {
name=“Medical Report”, – menu name
permissions = {“ems.mission”}, – you can add permissions
r=0,g=200,b=0, – color
max_units=100000,
units_per_minute=100000,
x=0,y=0,z=0, – pos
radius=5, height=1.5, – area
recipes = {
[“Write Report”] = { – action name
description=“Writing Report…”, – action description
in_money=0, – money taken per unit
out_money=0, – money earned per unit
reagents={}, – items taken per unit
products={ – items given per unit
[“ems_report”] = 1
}
}
}
},
positions = {
{-272.08700561523,27.639623641968,54.752536773682},
{465.04064941406,3569.1174316406,33.238555908203},
{-1145.8566894531,4939.5083007813,222.2686920166}
}
}
}

– time in minutes before hidden transformers are relocated (min is 5 minutes)
cfg.hidden_transformer_duration = 52460 – 5 days

– configure the information reseller (can sell hidden transformers positions)
cfg.informer = {
infos = {
[“weed field”] = 20000,
[“cocaine dealer”] = 20000,
[“lsd bar”] = 20000
},
positions = {
{849.48309326172,-292.14764404296,69.311706542968},
{-825.794921875,596.59387207032,116.2116470337},
{1338.1452636718,468.9097290039,77.929573059082}
},
interval = 60, – interval in minutes for the reseller respawn
duration = 10, – duration in minutes of the spawned reseller
blipid = 133,
blipcolor = 2
}

return cfg