can you give cash to players with this script? or do you drop the cash?
Having this issue.
I’ve removed the code and added everything correctly.
Player won’t load and hvae this error when pressing F2
We have to get this for vRP 2
Hi, i have installed this and followed the steps with removing the code from es_extended but the old F2 menu still shows up.
If you removed the code, then its impossible for the standed F2 menu to come up at the same time like you say.
When I go into my inventory I don’t have the “use” option on chocolate or any drinks other than water. Could anyone help me out or tell me what the issue might be?
Have you registered them as usable items in the code?
I just did. The only issue now is "Translation [en] [used_wine] does not exist.
its just missing from your locale 
You genius. lol Fixed
Thank you!
Hellow 2days a go the script is working nice bud White the Update from fivem Now F2 dont open the inventory also if a change the key control ;( if you can help me thanks nice script thate you make
When I drop a pistol it just disappears, but when I drop a bat or a machete it appears on the ground, any fix for this?
Having the exact same issue, have you found anything that works?
It just can’t load inventory using es_extended. I would suggest you to update es_extended.
Update: after readding the line of code that was told to be removed, it works, but now it pops up the two inventories.
line? You have to remove whole function.
My bad for not clarifying, I removed this.
As listed in the tutorial. When I re-added the new inventory hud started working but left the old inventory popping up too.
– Menu interactions
Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
if IsControlJustReleased(0, Keys['F2']) and IsInputDisabled(0) and not isDead and not ESX.UI.Menu.IsOpen('default', 'es_extended', 'inventory') then
ESX.ShowInventory()
end
end
end)
hey i got it installed and love it so far my only problem is that some parts of the menu are in a different language. how would i go about changing this. and yes i changed the local in the config to en.
Configs: config.lua and html/js/config.js
Locales: locales/ and html/locales/
Few problems that people might run into with this is
You can only give a player your gun with 1 bullet.
And after a few times of dropping your weapon on the ground and picking it up, it will not drop/remove from your inventory anymore, giving the player the ability to store/dupe as many weapons as he wants into their apartment

