How can I disable the Weapons durability system in Ox_inventory ?
weapon lua
['WEAPON_TECPISTOL'] = {
label = 'Tactical SMG',
weight = 1500,
durability = 0.075, <---- remove this
ammoname = 'clip',
},
i guess there was a line that i make it false only and then after the durability system is disabled in all the weps ??
As far as I know, no if necessary, here you have the finished lua
weapons.lua (31.9 KB)
If you want to turn it back on, just remove the " – " in front of the durability line
1 Like
thank you so much <3
1 Like
Tysm everyone
1 Like