Muito legal seu script to com saldade de criar mas parei um pouco de jogar !
bem interessante o script e ja existe alguns aki no fórum iguais mas ta de parabéns pra ta iniciando !
então rep + de incentivo
e dei uma editada no seu e diminui ele um pouco
aki esta ele
function onUse(cid, item, itemEx, toPosition, fromPosition)
if getPlayerStorageValue(cid, 30003) and setPlayerStorageValue(cid, 30003, 1) ~= 1 then
doPlayerAddOutfit(cid, 312, 3)
doPlayerAddOutfit(cid, 287, 3)
doPlayerSendTextMessage(cid, 22, "Você Ganhou Um Novo Outfit.")
else
doPlayerSendCancel(cid, "O Baú Está Vazio.")
end
return true
end