Zea Development - Documentation
StoreWebsiteDiscord
  • Welcome
  • General
    • Downloading Resources
    • Transferring Resources
    • Resource Support
    • Escrow Errors
    • Statebags
    • Artifacts & Gamebuilds
  • Our Resources
    • z_hose
      • Resource Configuration
        • Configuration Modules
      • Compatibility with ox_inventory
      • Resource Usage
      • Developer Resources
        • Client Exports
        • Server Exports
    • z_ladders
      • Resource Configuration
        • Configuring Vehicle
        • Configuring Ladders
      • Developer Resources
        • Client Exports
    • z_fire
      • Resource Configuration
      • JSON Configuration
      • Resource Usage
      • Developer Exports
      • Materials List
    • z_els
      • Resource Configuration
      • Resource Usage
      • Developer Exports
      • Creating Patterns
      • Directional Types
    • z_boot (Coming Soon!)
      • Resource Configuration
        • Configuration Modules
        • Item Creation
      • Developer Resources
        • Client Exports
    • z_ppvfan
      • Resource Configuration
      • Resource Usage
    • zTurnout-System
      • Resource Configuration
      • Resource Usage
      • Trigger Events
    • zWigWags
      • Resource Configuration
      • Resource Usage
      • Trigger Events
    • zFire-Alarm
      • Resource Configuration
      • Resource Usage
    • zCustody-Alarm
      • Resource Configuration
      • Resource Usage
    • zFire-Pole
      • Resource Configuration
      • Resource Usage
    • zTurnout-Rack
      • Resource Configuration
      • Resource Usage
    • zPager
      • Resource Configuration
      • Resource Usage
    • zTurnouts
      • Resource Configuration
      • Resource Usage
Powered by GitBook
On this page
Page cover
  1. Our Resources
  2. z_hose

Compatibility with ox_inventory

This page will outline and explain how to make our script compatible with ox_inventory

PreviousConfiguration ModulesNextResource Usage

Last updated 6 months ago

CtrlK
  • Making the compatibility
  • Navigate to the init.lua file
  • Edit the init.lua

Making the compatibility

1

Navigate to the init.lua file

Please navigate to ox_inventory and find the init.lua file within the resource, which can be found at the following path. ox_inventory > init.lua

2

Edit the init.lua

Please proceed to review line 108 and incorporate the following lines:

ignoreweapons[`WEAPON_FOAMBRANCH`] = true 
ignoreweapons[`WEAPON_REELBRANCH`] = true
ignoreweapons[`WEAPON_FERTILIZERCAN`] = true