Skip to content

EF Inventory [Exploits Fixed] With Clean UI And Optimized [ Developer: UrvitGehlot, BlasterSuraj, Punit Dev & Arsh

Notifications You must be signed in to change notification settings

itzsurajig/ef-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

EF Inventory

EF_INVENT

for github

SPOILER_image image

Key Features

  • Item Doubling Exploit Fixed
  • Right Click To Use Item
  • Right Click To Give Item
  • Givem Item on Specific Player ID (Optional change in Config.lua)
  • Player Stats on Inventory Section (Optional change in Config.lua)
  • Server Logo in Inventory Section (Optional change in Config.lua)
  • User PC Real Time in Inventory Section (Optional change in Config.lua)
  • Clean UI & Optimized
  • Runs at ~ 0.00 to 0.01 ms
  • Blurred inventory background
  • Weight progress bar
  • ALL Images follow the same Dimensions (100px X 100px)
  • Decay System

Installation

  • Download your Asset from (https://keymaster.fivem.net/asset-grants)
  • Delete the old Inventory Folder from your directory.
  • Make sure you have the latest update of qb-core
  • Make sure you have the latest update of qb-smallresources
  • Make sure you have the latest update of qb-weapons
  • Drag ef-inventory into your resources folder
  • Make sure that the folder is named ef-inventory
  • Replace all occurrences of qb-inventory with ef-inventory The example below uses Visual Studio Code to replace all instances.

vscode1

Dependency


Set up the decay system

Here is the way to add decay in your Items


Add the Decay Value In qb-core/shared/items.lua

Example

Decay Value in core (the variable stands for the number of days it takes to decay)

["decay"] = 28.0,

you can also add Delete System to delete the item after the decay time

["delete"] = true

Complete Example to Add Decay in your Items


Add your Item Like This

['battery'] = {['name'] = 'battery', ['label'] = 'Battery', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'battery.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true,	['combinable'] = nil, ['description'] = 'Heavy Battery to charge you Devices', ["decay"] = 3.0, ["delete"] = true},

as per this example means the Battery will Despawn/Delete or you can say not useable after 3 days

About

EF Inventory [Exploits Fixed] With Clean UI And Optimized [ Developer: UrvitGehlot, BlasterSuraj, Punit Dev & Arsh

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •