-
Notifications
You must be signed in to change notification settings - Fork 190
01. Prerequirement
/the Headquarters edited this page Jul 13, 2020
·
24 revisions
Follow every step.
Do not use ZAP ESX pack!
Do not use essentialmode!
- MySQL Async. Only this version is working!
- ESX 1.2. Do not try older versions, it will not work. EXM is also unsupported by the Headquarters but might work.
- Cron
- ESX Addon Account
- ESX Addon Inventory
- ESX Datastore
- ESX Licenses
[default ESX]
ensure b1g_notify
ensure esx_property
ensure lsrp-motels
ensure monster_vault
ensure esx_inventoryhud
ensure esx_inventoryhud_trunk
ensure esx_inventoryhud_glovebox
Add this at the top of your server.cfg:
set mysql_debug 1
set mysql_debug_output "console"
set mysql_slow_query_warning 200
- F2 for your personal inventory.
- F3 inside a car for the glovebox inventory.
- F3 behind a car for the trunk inventory.
- E to open a shop (if in marker).
- E to open a vault (if in marker).
Open es_extended, then find and remove this code in 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)
Go to esx_addoninventory\server\classes\addoninventory.lua
line 39
Replace label = Items[name]
to label = items[name]
The inventory won't open if you have another resource bind to F2 or F3!
If you need additional support, please contact us through our Discord server.