Inventory Setup

Add to items.lua

['car_door'] = {        
    label = 'Car Door',        
    weight = 5000,         
    stack = false,        
    close = true,        
    description = 'Car Door',    
},
['car_wheel'] = {        
    label = 'Car Wheel',        
    weight = 5000,         
    stack = false,        
    close = true,        
    description = 'Car Wheel',    
},      
['car_battery'] = {        
    label = 'Car Battery',        
    weight = 5000,         
    stack = false,        
    close = true,        
    description = 'Car Battery',    
},          
['car_gearbox'] = {        
    label = 'Car Gearbox',        
    weight = 5000,         
    stack = false,        
    close = true,        
    description = 'Car Gearbox',    
},    
['car_radiator'] = {        
    label = 'Car Radiator',        
    weight = 5000,         
    stack = false,        
    close = true,        
    description = 'Car Radiator',    
},
['car_scrap'] = {        
    label = 'Car Scrap',        
    weight = 5000,         
    stack = false,        
    close = true,        
    description = 'Car Scrap',    
},
['car_hood'] = {        
    label = 'Car Hood',        
    weight = 5000,         
    stack = false,        
    close = true,        
    description = 'Car Hood',    
},
['car_trunk'] = {        
    label = 'Car Trunk',        
    weight = 5000,         
    stack = false,        
    close = true,        
    description = 'Car Trunk',    
},
['chop_contract'] = {        
    label = 'Chop Contract',        
    weight = 1000,         
    stack = false,        
    close = true,        
    description = 'Chop Contract',    
},

Last updated