Jump to content

Search the Community

Showing results for tags 'false'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • xTibia - Notícias e Suporte
    • Regras
    • Noticias
    • Soluções
    • Projetos Patrocinados
    • Tutoriais para Iniciantes
    • Imprensa
  • OTServ
    • Notícias e Debates
    • OTServlist
    • Downloads
    • Recursos
    • Suporte
    • Pedidos
    • Show-Off
    • Tutoriais
  • OFF-Topic
    • Barzinho do Éks
    • Design
    • Informática

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Sou

Found 2 results

  1. Oi pessoal eu sou o Muniz, e esto uaqui hoje para pedir a ajuda de vocês, estou com essa função aqui, e quero que ela faça retornar a um valor true se o monstro for summon e um valor false se ele não for, tfs 0.3.6 pokémon 8.54, espero a ajuda de vocês xD int32_t LuaScriptInterface::luaIsSummonn(lua_State* L) { //isSummon(cid) ScriptEnviroment* env = getEnv(); Creature* creature = env->getCreatureByUID(popNumber(L)); Monster* monster = creature->getMonster(); if (monster->isSummon()) { lua_pushboolean(L, true); } else { lua_pushboolean(L, false); } return 1; }
  2. hadamais

    Account Manager

    Olá galera. Vou direto ao ponto. Gostaria de saber o seguinte: Mesmo eu tendo desativado o account manager no Lua, colocado um site normalmente, ainda se consegue logar com 1/1. como isso é possível? Como arrumar esse problema? Obrigado desde ja.
×
×
  • Create New...