xxx:removeItem(src, data)
xxx:removeItem(1, {item = 'phone', count = 1})
if xxx:removeItem(1, {item = 'phone', count = 1}) then
xxx:notif(1, 'berhasil mengurangi 1x phone', 'success', 3000)
end
xxx:removeItem(src, namaitem, jumlah, metadata, slot)
xxx:removeItem(1, 'sandwich', 1)
if xxx:removeItem(1, 'phone', 1) then
xxx:notif(1, 'berhasil mengurangi 1x phone', 'success', 3000)
end