Protected Item

You can make a protected item so nobody can rob that from player inventory. But only owner of that item will be able to transfer that item to another inventory.

exports['ak47_inventory']:AddItem(source, 'weapon_pistol', 1, nil, {protected = 1})

Last updated