esx_backpack
FiveM Script - Usable Backpack ItemDownload:
Hidden link for visitors, to see
Log in or register now.
Description
- You can use the bag Item, then you get nobag Item and a Bag will be added to your Ped.
- If you use nobag Item then then the Bag will be removed from your Ped an you get the bag Item.
Config
Config = {}---------------------------------------------------------------
Config.Locale = 'de'
Config.VersionChecker = true
---------------------------------------------------------------
Config.BagInventory = false -- Set true if you don't want the pocket inventory but want to expand the player inventory
Config.BagWeight = 50 -- Set the Bag Weight if 'Config.BagInventory = true'
Requirements
- ESX 1.2 (
Hidden link for visitors, to see Log in or register now.)
- Chezza Inventory (
Hidden link for visitors, to see Log in or register now.)
Plugin Download
(for Chezza Inventory)Download is included on Github
Insert Config.Bags = {82} in the config.lua from chezza inventory
Events / Commands
- /openbag - Open your own Bag
- /stealbag - Open the Bag from Player next to you
- Search Bag [clientsided] - TriggerServerEvent('inventory:updateStealInventoryBag', GetPlayerServerId(PlayerId()), GetPlayerServerId(closestPlayer))