Inventory Setup

Add to items.lua

["ejector_seat"] = {
    label = 'Ejector Seat',
    description = 'For Installing Ejector Seat into Vehicles',
    weight = 1000,
    stack = false,
    close = true,
},
["mech_toolkit"] = {
    label = 'Mechanic Toolkit',
    description = 'For Removing Ejector Seats or Harnesses from Vehicles',
    weight = 1000,
    stack = false,
    close = true,
},

Last updated