function onUse(cid, item, frompos, item2, topos)
if item.uid == 3010 then
queststatus = getPlayerStorageValue(cid,30010)
if queststatus == -1 then
if doPlayerRemoveItem(cid,5903,1) == TRUE then
doPlayerSendTextMessage(cid,22,"You have found Mage Addons.")
doPlayerAddOutfit(cid,138,1)
doPlayerAddOutfit(cid,138,2)
doPlayerAddOutfit(cid,130,1)
doPlayerAddOutfit(cid,130,2)
doSendMagicEffect(topos,12)
setPlayerStorageValue(cid,30010,1)
else
doPlayerSendTextMessage(cid, 22, "You need Ferumbras Hat to get this addons.")
end
else
doPlayerSendTextMessage(cid, 22, "You already have this addons.")
end
else
return 0
end
return 1
end
Eu quero remover dois itens não um, qualquer ajuda?