local Fpoke = {"Mewtwo","Meowth"} -- Aqui Coloca Os Pokemon Que Vai Falar function onSay(cid,words,param) local pokemons = getCreatureSummons(cid) if #pokemons == 0 then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "your pokemon is not out of the ball") end if table.find(Fpoke, getCreatureName(getCreatureSummons(cid)[1])) then doCreatureSay(getCreatureSummons(cid)[1],param,TALKTYPE_MONSTER) else doPlayerSendCancel(cid,"Este Pokemon Nao Tem Abilidades De Fala") end return true end
Pergunta
BrunooMaciell 85
Eu queria por este comando so pra vip usa!!
Comando
local Fpoke = {"Mewtwo","Meowth"} -- Aqui Coloca Os Pokemon Que Vai Falar
function onSay(cid,words,param)
local pokemons = getCreatureSummons(cid)
if #pokemons == 0 then
return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "your pokemon is not out of the ball")
end
if table.find(Fpoke, getCreatureName(getCreatureSummons(cid)[1])) then
doCreatureSay(getCreatureSummons(cid)[1],param,TALKTYPE_MONSTER)
else
doPlayerSendCancel(cid,"Este Pokemon Nao Tem Abilidades De Fala")
end
return true
end
Rep+
Link para o comentário
https://xtibia.com/forum/topic/240128-comando/Compartilhar em outros sites
5 respostass a esta questão
Posts Recomendados