Client
Last updated
RegisterNetEvent('ak47_inventory:onAddItem', function(item, amount, slot, has)
-- Your code here
end)RegisterNetEvent('ak47_inventory:onEquipWeapon', function(currentWeapon)
-- Your code here
end)RegisterNetEvent('ak47_inventory:onUnEquipWeapon', function(currentWeapon)
-- Your code here
end)RegisterNetEvent('ak47_inventory:onAddClothing', function(clothingType, skinData, toOtherInventory)
-- Your code here
end)RegisterNetEvent('ak47_inventory:onRemoveClothing', function(clothingType, toOtherInventory)
-- Your code here
end)