Ir para conteúdo
  • Cadastre-se

(Resolvido)ajuda logout solved


Ir para solução Resolvido por BennyDz,

Posts Recomendados

i try: 

function onLogout(cid)




if getTileItemById({x = getPlayerPosition(cid).x, y = getPlayerPosition(cid).y, z = getPlayerPosition(cid).z}, 9565) == true then
doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUCANNOTLOGOUTHERE)
return false
end


return true
end

why dont work? :/

Editado por BennyDz (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Some error in console?

Te ajudei?? REP + e ficamos quites... <ahttp://www.tibiaking.com/forum/uploads/emoticons/default_happyy.png' alt=';D'>

Atenciosamente,

Daniel.

Abraços!

Link para o post
Compartilhar em outros sites

not found no error in the console.

 

I think you must be wrong comparison.I not how to do things right ;/

Link para o post
Compartilhar em outros sites

Try this:

function onLogout(cid)
if getTileItemById(getPlayerPosition(cid), 9565) == true then
doPlayerSendCancel(cid, "You cannot logout here.")
return false
end
return true
end

Te ajudei?? REP + e ficamos quites... <ahttp://www.tibiaking.com/forum/uploads/emoticons/default_happyy.png' alt=';D'>

Atenciosamente,

Daniel.

Abraços!

Link para o post
Compartilhar em outros sites

What is the purpose of this script?

Te ajudei?? REP + e ficamos quites... <ahttp://www.tibiaking.com/forum/uploads/emoticons/default_happyy.png' alt=';D'>

Atenciosamente,

Daniel.

Abraços!

Link para o post
Compartilhar em outros sites
  • Solução

items are created on the ground with an action.

 

and I seek That They can not logear on Tiles enchanted 


solved:

 

--[[ by God Remady]]--
function onLogout(cid)
local item = getTileItemById({x = getPlayerPosition(cid).x, y = getPlayerPosition(cid).y, z = getPlayerPosition(cid).z, stackpos = 255}, 9565)
if item.itemid == 9565 then
doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUCANNOTLOGOUTHERE)
return false
end
return true
end
Link para o post
Compartilhar em outros sites

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.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo