[RECIPE] PlumeESX - full base 2021!

My guess was, something is blocking the port. Glad you made that working

Does anyone know what the base inventory system is called? or where it is?

The basic system of inventory is in es_extended

Open es_extended, client/main.lua:

-- 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)
1 Like

hey say i wanna update esx shops to another one how would i do it so we can have more items to buy

you can add more items to the shop, no need to replace shop entirely

Good work and good recipe :smiley: All works perfectly and i added some other artifacts/mods without problems.

Now i trying to install full working casino: Full working casino [ESX]
But at the moment of adding the SQL in the database, the SQL try to insert in the table jobs (name, label, whitelisted, id) but ‘id’ row doesn’t exist. Has anyone tried to install successfully?
If not i’ll try to add the ‘id’ row to table ‘jobs’ manually to see if it works, But first I prefer to ask to avoid breaking something

Thanks.

1 Like

How do I change phone from f1 to P and open inventory to f5

You obviously missed the whole point… it never promised to be anything more.

Wonder if someone can help me, we are running this and it is perfect thank you. However sometimes on a restart the server resets you back to the job centre. Is this something we could maybe change so you start at the log out position instead?

Thank you

1 Like

I’m running this on zap hosing with tx admin server but No1 my f3 dosnt open admin menu intact ready admin is installed I am super admin group but I have no admin menus ingame,

Also I’m using GCphone and I’m wondering if there’s a way to have a admin menu on the phone for admins like that have on vrp

  1. f3 has nothing to do with esx
  2. there is no group “superadmin”… should be “admin” only
1 Like

I will check that admin group when I go back on but in the server files it says super admin and admin I’m sure it did il double check and also at the top on you’re original post it says f1 phone f2 Inventory f3 easy admin but my f3 don’t bring nothing up and I don’t know why unless it is coz it says I’m super admin instead of admin il check

how can i activate the NPCs? i have stop all my npc resource and the NPCs dont spawn ty very much

two questions…

  1. how can i turn off npcs and traffic or at least lower them and lock npc car doors
  2. is there a way to change the $ sign to a £ sign on the HUD for banking and money
    thank you

never mind ive done it how do i enable boss blimps anyone know?

Hi there, thanks for releasing this.
Do you know how to install this using ZAP Hosting?

Same way as any other txadmin: when you get to the setup page select Popular Template and then Plume ESX.

how to install in local. i have all my mods offline until i get mods setup. possibly even for the future just gonna run with zap later

When I setup for plumeesx in txadmin it only allows me to select cfx recommend. How can I fix this!!?

es extended repo in recipe doesnt exist anymore