How do I change the direction of the bar of hunger, More up, more down?
@Dunko btw if i remove start vrp_playernames from the cfg file i see names in server ahahah whats the problem?
update for server files fivem success
vrp/cfg/groups.lua mate
vrp/gui/progressbar
You’d have to find a resource to remove the names entirely mate.
Hey, i just installed the new update of vrp, and /dv, /fix doesnt work. And how do i remove the F1 and F2 Keybinding for admin and police
Thank you Dunko, i really appreciated your help!
How do I change the standard MPH speedometer to KM/H, and how do I remove if I want to ?
and esx basicneeds, I downloaded and installed it, my character keep dying by hungry and thirst,
When he dies the bar does not reset at all, so it just die / revive / die and keep.
I already tried to unistall and removed from the server.cfg, but it keep
I mean it is okay the system, I just want to Fix this problem when dying by basicneeds it should reset the bar.
Go to Costumscript/… sry
Hello, after I updated the plugin I’m getting ,[VRP] Ping timeout, error. What causes this?
What would be the vrp_slotmachine?
hey @Dunko why can I get the trash as a trash collector but I can not deliver it? I changed some coords but I do not believe that is the reason…
@Dunko i’m add Miner is no pos spawn item stone
item_transformers.lua
cfg.hidden_transformers = {
[“Miner field”] = {
def = {
name=“Miner field”, – menu name
permissions = {“harvest.stone”}, – you can add permissions
r=0,g=200,b=0, – color
max_units=100000,
units_per_minute=10000,
x=0,y=0,z=0, – pos
radius=5, height=1.5, – area
recipes = {
[“Harvest”] = { – action name
description=“Harvest some Stone.”, – 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
[“stone”] = 1
}
}
}
},
positions = {
{2208.0104980469,5577.6987304688,53.739212036133}
}
},
vrp\cfg\item.lua
local cfg = {}
– see the manual to understand how to create parametric items
– idname = {name or genfunc, description or genfunc, genfunc choices or nil, weight or genfunc}
– a good practice is to create your own item pack file instead of adding items here
cfg.items = {
[“benzoilmetilecgonina”] = {“Benzoilmetilecgonina”, “Some Benzoic acid ester.”, nil, 0.01}, – no choices
[“seeds”] = {“Seeds”, “Some Weed seeds.”, nil, 0.01}, – no choices
[“stone”] = {“stone”, " stone.", nil, 1.00}, – no choices
[“harness”] = {“Harness”, “Some Harness Lysergsäurediethylamid.”, nil, 0.01}, – no choices
[“AK47”] = {“AK47”, “A Russian masterpeice.”, nil, 0.01}, – no choices
[“M4A1”] = {“M4A1”, “Helps give non-Americans freedom.”, nil, 0.01}, – no choices
[“credit”] = {“Credit Card”, “Credit card.”, nil, 0.01}, – no choices
[“driver”] = {“Driver license Card”, “license card.”, nil, 0.01}, – no choices
[“bank_money”] = {“Money of bank”, “$.”, nil, 0} – no choices
}
– load more items function
local function load_item_pack(name)
local items = module(“cfg/item/”…name)
if items then
for k,v in pairs(items) do
cfg.items[k] = v
end
else
print("[vRP] item pack ["…name…"] not found")
end
end
– PACKS
load_item_pack(“required”)
load_item_pack(“food”)
load_item_pack(“drugs”)
load_item_pack(“miner”)
return cfg
I meant you’d actually have to find one yourself lol, though try removing vrp_playernames and playernames from the server.cfg and also remove the playername stuff at the top of the server.cfg, see if that helps you.
What do you mean it doesn’t work? How so? I didn’t translate the file so there may be issues in the file itself you’d have to find, vrp/cfg/lang/ger.lua
- If you want to use it, you need to add the dv and fix commands to the groups.lua for admins
- See the changelog
- See FAQ’s to change it, or remove it in the CustomScripts/gameui
- This isn’t ESX, it’s vRP so you’re using a resource not compatible, hence the issues you’re having. vRP has a thirst/hunger already implemented.
You are lagging, ping time out is the server trying to ping your client, to make sure you are still connected, if it can’t ping you in a certain time, it kicks you as it thinks you’re not actually on the server.
How does it not work, explain please.
The slot machines, check the files for more information.
If you changed things I can’t support you as I don’t know what you’ve done, it will be that as it works fine without editing.
Why are you adding a load pack for miner? You’ve put the items in the items.lua so it isn’t looking anywhere else.
it’s trial and error mate, I’m not here to help you code or code for you, this is for support of things already in the pack, if I helped everyone who has asked me to code their own stuff I’d have no time to myself. Good luck.
Read in full what I put.
ok 20char…
@Dunko when i try to unjail and i insert the player id nothing works the player didn’t unjail and when time of jail finished the player didn’t exit from the jail bro… that is the problem
