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?