Compatibility with OX Inventory
1. Follow Our Integration Guide
2. Modify the Weapons Table
['WEAPON_GRENADE_STUN'] = {
label = 'Stun Grenade',
weight = 400,
throwable = true, -- Required for correct grenade behavior
},
['WEAPON_GRENADE_SMOKE'] = {
label = 'Smoke Grenade',
weight = 400,
throwable = true, -- Required for correct grenade behavior
},
['WEAPON_GRENADE_TEARGAS'] = {
label = 'Tear Gas Grenade',
weight = 400,
throwable = true, -- Required for correct grenade behavior
},❗ Why is throwable = true required?
throwable = true required?Last updated