im really new to this kinda stuff, just dove straight in and rn im having a problem where when i press F2 to open the menu, another menu pops up. i pasted the line from the install instructions. idk whats this other menu is apart of.
also it tells me “item will be thrown in 5 minutes” when i try to drop something, any tips?
What kinda menu, any screenshots?
the menu on the right hand side keeps popping up and idk which resource it is. i tried to remove addoninventory but it didnt get rid of that menu.
1 Like
oh ok, seems easy, Remove the resource esx_inventoryhud, and its start, should be fine. or do you need the original part of the backhud removed. if so use this: goto es_extended client/main.lua remove all of this or comment it
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)```
1 Like
Take a look at es extended, itt sure be there
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.