Ox Items

Follow The File Path to Setup Items.

ox_inventory/data/items.lua

Copy All items and Paste Directly Into file.

['trackeritem'] = {
    label = 'Tracker Disabler',
    weight = 160,
},

['chop_wheel'] = {
    label = 'Car Wheel',
    weight = 400,
},
['chop_door'] = {
    label = 'Car Door',
    weight = 400,
},
['chop_hood'] = {
    label = 'Car Hood',
    weight = 400,
},
['chop_trunk'] = {
    label = 'Car Trunk',
    weight = 400,
},

Last updated