Inventory Setup
Add to items.lua
Weapons do not get added to items.lua
for ox_inventory
Add to weapons.lua
['WEAPON_BLOWER'] = {
label = 'Mega Blower 9000',
weight = 10000,
durability = 1.0,
},
Last updated