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

How to Change Lauguage??

I have a quick question, when adding add-on vehicles I put the name of the vehicles in the garages.lua but they still don’t show up in the buy option, I can spawn in the car with a trainer but it is not showing in my garages to purchase, was wondering what the proper way to place the car information into the garages.lua

Edit- here is what my lines look like https://gyazo.com/4b357ccf64ab42e61a721ce8b2f6d862 the car in question is the g65amg, was just wondering it it is in the right location.

hello all !
possible for vrpex add eat drink ?
look my pic. thank you guys !

4ef5bc3f399951ba50a48512feff1e9691bc2953_1_690x389

You’d need to code that in or find a resource on the forums which does what you need.

What server version are you using?

That’s a FiveM issue, ask in FiveM Client Support

It hasn’t expired. Dunko's Community HUB

Read the installation instructions in the main post.

https://runtime.fivem.net/artifacts/fivem/

Never had any issues adding vehicles myself, I can’t see any issues with what you’ve done but I can’t support custom stuff I’m afraid, try a different vehicle is all I can suggest.

You can add what you want mate

for the love of god how do I get rid of the phone menu? I press k nothing happens

Hey mate,

I love the framework, it is well made and I can tell you have put a lot of time into creating and maintaining it. Good job!

I have one question though, is there any way to make it so that you can see/spawn a car in the car dealership before you buy it? Similar to Vehicle Shop By Arturs where you have a preview of the vehicle before you buy it?
if you could fix/make or help me figure that out then you are a absolute legend!

Have a good day mate!

1 Like

Lol backspace but use a FX server version from March till I’ve updated the menu.

There is a resource called vrp_showroom by Sighmir that does what you ask though as its not mine I can’t support it.

Yeah I think I figured it out the host I’m using keeps reverting my garage.luas back to stock which is weird But thanks for your help, I’ll reach out to them and see if i can sort it on their end.

Zap hosting?

Turn off overwrite in the resources option for my pack. It’s on by default .

1 Like

Yep just figured that out thanks for the help :smiley:

Thanks for the help with the garage mate, I do however have another problem hehe I would appreciate if you could help me it with it too? :wink:

So the Police Armoury does not work for some reason so police officers have to go to the gunshop and buy their equipment there…
Got any fix or something?

How Can i use the whitelist in Database\vrp_users ?

Hey there, I used to have Imagics vRP framework way back when he first released it, just got back into FiveM and am using dunkos now. Im trying to import some of my old transformers and what not. can someone take a look at this and see if they see the issue? Ive got all my blips and markers back, I just cant get the menu to pop up now when I walk in the circle :confused:

  -- example of harvest item transformer
     {
    name="Bill and Dave's Weed Farm", -- menu name
    -- permission = "harvest.water_bottle", -- you can add a permission
    r=0,g=125,b=255, -- color
    max_units=10,
    units_per_minute=5,
    x=2224.05029296875,y=5577.7861328125,z=53.7328758239746, -- pos
    radius=5, height=1.5, -- area
	recipes = {
		["Harvest Weed"] = { -- action name
			description="Wanna help trim some buds? We'll toss ya some green both ways ;) Take it back to Trevor in Sandy Shores for some more cash!", -- action description
			in_money=0, -- money taken per unit
			out_money=50, -- money earned per unit
			reagents={}, -- items taken per unit
			products={ -- items given per unit
				["Fweed"] = 1
			}
  },

Ive tried to change this old code to the way dunko has it written.

Also, do I need to add stuff anywhere besides the transformers.lua, items.lua, and blipsandmarkers.lua??

Looks like you was missing a couple of }'s at the bottom. Just tested this on my server and it is working like this:

     {
    name="Bill and Dave's Weed Farm", -- menu name
    -- permission = "harvest.water_bottle", -- you can add a permission
    r=0,g=125,b=255, -- color
    max_units=10,
    units_per_minute=5,
    x=2224.05029296875,y=5577.7861328125,z=53.7328758239746, -- pos
    radius=5, height=1.5, -- area
	recipes = {
		["Harvest Weed"] = { -- action name
			description="Wanna help trim some buds? We'll toss ya some green both ways ;) Take it back to Trevor in Sandy Shores for some more cash!", -- action description
			in_money=0, -- money taken per unit
			out_money=50, -- money earned per unit
			reagents={}, -- items taken per unit
			products={ -- items given per unit
				["Fweed"] = 1
      }
    }
  }   
},
1 Like

alright, gonna give it a GO. let you know in a min.

You sir, are a god among men. Thank you. I FINALLY have all the old shit I coded like a year ago working now. I love you.

Not sure if this vRP or if this is a Five M setting I need to change. The scoreboard pops up everytime I hit ArrowUp. Even when using my phone. Any ideas? Heres a quick example: https://youtu.be/MRoNnkYuG6A

Can anyone tell me how do i change Car Dealer cars prices ?

Sorry for the late replies guys, been on holiday this week.

It works as intended mate, they go inside the armory via the white circle then walk to the blip, so long as they have a police job they can access it.

vrp/cfg/base.lua - turn whitelist to true

Disable start scoreboard in the server.cfg mate and use the HOME key for the vrp scoreboard.

vrp/cfg/garages.lua mate

Thanks for fast reply @Dunko :slight_smile:
Here i come with another question, i tried converting my speedometer from miles to kilometers, but server keeps reverting my files to original one ;x
Am i supposed to operate with gameui-client.lua or not really ?