Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Baszott

Member
Joined
Oct 29, 2021
Messages
11
Reaction score
0
Points
166
Location
Hungary
Hey,the trunk isn't working,i can put things in it,but after a server restart all gone.
 

Staqon

Gold Elite
Joined
Aug 15, 2021
Messages
36
Reaction score
45
Points
176
can i have full code for the shops? it is not working for me and i readed whole thing
 

Tighrez

Member
Joined
Dec 18, 2021
Messages
18
Reaction score
0
Points
166
Location
Germany
Replace OpenShopMenu function in your esx_shop/client/main.lua with this:

function OpenShopMenu(zone) local items = {} for i=1, #Config.Zones[zone].Items, 1 do local item = Config.Zones[zone].Items[i] table.insert(items, { type = item.type, name = item.name, price = item.price }) end TriggerEvent('inventory:openShop', tostring(zone), 'Shop', items) end

Example: esx_shop/config.lua
Note: Default label has been changed to type
Items = { { name = "bread", type = "item", price = 100 }, { name = "WEAPON_PISTOL", type = "weapon", price = 100 } },
 

mahmoudwehby

Gold Elite
Joined
Dec 30, 2021
Messages
80
Reaction score
40
Points
176
Location
liberia
it work great thank you very much ...
but i have small problem that when i buy any weapon like ( ASSAULTRIFLE ) with 100 ammo shot then i add ammo box it give me that i add ammo box and the quantity of ammo increase in the left bottom of display but in the inventory the number didn't increase or change so if i drop the weapon on ground and take it again i will get the old ammo shout number ( 100shots )

can somebody help me plz ?
 

Gokulraina26

Member
Joined
Jan 26, 2022
Messages
1
Reaction score
0
Points
146
Location
India
Thank you very much for the upload. I've installed this on a test server and I'm able to view the inventory by pressing "K". I'm also able to use it within vehicles. However, I am unable to get it to work with shops (weapons, groceries, etc.). Is there anything specific I would need to do to integrate it with esx_shops?
hi i am getting error while running the code
 

AleexDevFive

Member
Joined
Jan 6, 2022
Messages
1
Reaction score
0
Points
156
Location
spain
Hi mate , it's work fine! but i have a aks.
how to put JerryCan show and use in the inventory?
I use np-fuel , i pursache pretolcan but not show in the inventory and don't save and i don't and take-out ! : S
 

Loumout

Gold Elite
Joined
Jun 16, 2021
Messages
47
Reaction score
91
Points
221
Location
France
Hi, does anyone know how can i use this inventory into modfreakz allhousing ??
 

Staqon

Gold Elite
Joined
Aug 15, 2021
Messages
36
Reaction score
45
Points
176
Just how can i use the second inventory in searching preson and not using the default menu same in shops the code up is not working for me
 

Staqon

Gold Elite
Joined
Aug 15, 2021
Messages
36
Reaction score
45
Points
176
does someone have chezzas inventory docs?
 

morango

Gold Elite
Joined
Jan 29, 2022
Messages
39
Reaction score
187
Points
256
Location
world
hello, I found a problem with this inventory, when I drop something and try to pick it backup it says "Limit Reached!" but I have nothing on my inventory, can somebody help me please ?
 
Joined
Feb 4, 2022
Messages
1
Reaction score
0
Points
156
Location
Deutschland
Thank you very much for the upload. I've installed this on a test server and I'm able to view the inventory by pressing "K". I'm also able to use it within vehicles. However, I am unable to get it to work with shops (weapons, groceries, etc.). Is there anything specific I would need to do to integrate it with esx_shops?
I have the same problem
 

annocuoi

Member
Joined
Nov 6, 2021
Messages
4
Reaction score
23
Points
146
Location
VietNam
Has anyone created property.lua yet? I need a directory like esx_inventoryhud to use for home inventory. Someone help me . I'm so grateful !! Sorry I used google translate.
 
Last edited:
Top