Histórico de Edições
Please note that revisions older than 15 days are pruned and will no longer show here
Não há histórico de edição para mostrar, ou este comentário foi editado por um moderador.
-
Quem Está Navegando 0 membros estão online
Nenhum usuário registrado visualizando esta página.
-
Conteúdo Similar
-
Por TASATSA
Fala galera beleza?
Tenho um servidor POKEMON COM SOURCE, e ja tentei de tudo e nao consigo arrumar, NAO ENVIA O POKEMON CAPTURADO PARA O DEPOT (NENHUM DEPOT DE TODAS AS CIDADES..)
Ja tentei colocar por MANA, n vai ja fiz de tudo..
SKYPE: BLOCKMACHINEW
Login.lua
}
setPlayerCap(cid, 7)
if getCreatureName(cid) == "Account Manager" then
doSetCreatureOutfit(cid, {lookType = 655}, -1)
return true
end
Catch System:
end
doItemSetAttribute(item, "ehDoChao", false)
if cap <= 1 then
doPlayerSendMailByName(getCreatureName(cid), item, 1)
doPlayerSendTextMessage(cid, 27, "Congratulations, you caught a pokemon ("..poke..")!")
doPlayerSendTextMessage(cid, 27, "Since you are already holding six pokemons, this pokeball has been sent to your depot.")
end
OBRIGADO!!!
-