How to disable certain weapons from dropping using ox inventory

Im using ox inventory and ESX i need to make 2 VIP weapons that have infinite durability and cant be droped or given to other players.

Did this

[‘WEAPON_REVOLVER_MK2’] = {
label = ‘Revolver MK2’,
weight = 2600,
durability = 10000,
allowDrop = false,
allowGive = false,
allowTransfer = false
,
ammoname = ‘ammo-44’
},

you can drop it… any fix?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.