[SOLVED] How to remove default ESX inventory

Hey :smiley: are you having trouble with the default ESX scoreboard? Well do I have the solution for you!!

Personally I use Zap-Hosting but I am sure this will work for everyone :smiley:

I found this out just about 10 minutes ago and had to share

Here’s how to do it

go to [esx]

go to es_extended

go to client and then main.lua

Once you do that, navigate to line 460. It should say something like “if IsControlJustReleased etc.”

I put “IsInputDisabled(-1)” I dont know if that matters. It still worked though.

after “then” you should see “ESX.ShowInventory()”

All you have to do is change “Show” to “Hide.”

I don’t know if that is professional but it works perfect and I got no error :smiley:

I hope this works for you. Have a great day :smiley:

8 Likes

Thanks bro <3

1 Like

Thank you

1 Like

HEy. For me in the main.lua there are only 30 lines and nothing is there to remove it

open with visual code

Same issue here, and i opened it with Visual Code

@es_extended/shared/config/main.lua → line 62.

Just replace from this
image

To this:
image