Postado Fevereiro 7, 2019 6 anos Estou com erro nesse script não estou conseguindo fechar ele se alguem conseguir me ajudar agradeço Spoiler function onUse(cid, item, frompos, item2, topos) voc = getPlayerVocation(cid) queststatus = getPlayerStorageValue(cid,80320) if getPlayerStorageValue(cid, 35100) >= 70 then if voc == 29 then if queststatus == -1 then setPlayerPromotionLevel(cid, 8) doSendMagicEffect(getCreaturePos(cid), 12) doPlayerSendTextMessage(cid,19,"Parabens Voce pegou sua Promotion.") setPlayerStorageValue(cid,80320,1) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Voce ja pegou esta promotion (Extremo 70+Resets ), Ou não tem resets suficiente.") end elseif getPlayerStorageValue(cid, 35100) >= 70 then if voc == 30 then if queststatus == -1 then setPlayerPromotionLevel(cid, 8) doSendMagicEffect(getCreaturePos(cid), 12) doPlayerSendTextMessage(cid,19,"Parabens Voce pegou sua Promotion.") setPlayerStorageValue(cid,80320,1) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Voce ja pegou esta promotion (Extremo 70+Resets ), Ou não tem resets suficiente.") end elseif getPlayerStorageValue(cid, 35100) >= 70 then if voc == 31 then if queststatus == -1 then setPlayerPromotionLevel(cid, 8) doSendMagicEffect(getCreaturePos(cid), 12) doPlayerSendTextMessage(cid,19,"Parabens Voce pegou sua Promotion.") setPlayerStorageValue(cid,80320,1) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Voce ja pegou esta promotion (Extremo 70+Resets ), Ou não tem resets suficiente.") end elseif getPlayerStorageValue(cid, 35100) >= 70 then if voc == 32 then if queststatus == -1 then setPlayerPromotionLevel(cid, 8) doSendMagicEffect(getCreaturePos(cid), 12) doPlayerSendTextMessage(cid,19,"Parabens Voce pegou sua Promotion.") setPlayerStorageValue(cid,80320,1) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Voce ja pegou esta promotion (Extremo 70+Resets ), Ou não tem resets suficiente.") end end return true end Print Do erro: Spoiler https://prnt.sc/mi2qou
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.