[ESX] GC-Inventory | Free [Release] | Out of support (NO SUPPORT WILL BE PROVIDED ANYMORE)

thankyou i seen the hotbar in this inventory and assumed i was able to put weapons in hot bar thankyou for that. makes sense

1 Like

You are welcome

To use weapons you need to have weapon item on your database. Like if you want to use pistol you need to have WEAPON_PISTOL on your database

I think dumpster work is not done yet

Shop works for me. Any error for you?

1 Like

Yes I have added them as items.

The error on the shops is something due to “decode” didn’t bother to see

The Dumpster Works Perfectly But its in beta

It didn’t work for me!

how to fix?

I’m really new to this world of esx and stuff, and I’m really confused on how to declare new resources.

My question is, if I have to put the gc-inventory folder inside the es_extendes modules or should I put it in the / resources folder and declare it with a ensure gc-inventory in the server.cfg file?

If anyone can please help me i really appreciatte

Any idea how to fixed this UI when player using low resolution ?

guys I added in html/img the images in png but they don’t appear in the game anyone knows how to put the icons thank you is urgent

same bug here!

gc-dumpster not working. Updated fxmanifest.lua but still the vault not appeared. es_extended 1.2.0 Final

Anyone know how to get the police shop working? I’ve got it show up but doesn’t function! This shop.lua functions but doesn’t show menu

if IsInPoliceShopZone(coords) then
if ESX.GetPlayerData().job.name == police then
if IsControlJustReleased(0, Keys[“E”]) then
OpenShopInv(“policeshop”)
Citizen.Wait(2000)
end
end
end

this shop.lua is correct but breaks the lua and no shops work

if IsInPoliceShopZone(coords) then
if ESX.GetPlayerData().job.name == police then
if IsControlJustReleased(0, Keys[“E”]) then
if Licenses[‘weapon’] ~= nil then
OpenShopInv(“policeshop”)
Citizen.Wait(2000)
else
exports[‘mythic_notify’]:DoHudText(‘error’, ‘You need a Fire Arms license before you can buy weapons’)
end
end
end

you got this working?

Greetings please someone could help with this error i am getting on the console?

In the img folder create another called “items” and put your items img inside

this is the disc-inventory with another name, totally broken

1 Like

Can anyone run a police inventory?

same issue did you fix yours? can you pls help me?

have you installed disc-ammo and disc-base?