Ir para conteúdo

Pesquisar na Comunidade

Mostrando resultados para as tags ''numsei''.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • Comunidade
    • Informações Importantes
    • Anúncios
    • Membros
    • Lista negra
    • Eventos
  • Minecraft
    • Seu servidor hospedado no lugar certo!
    • Servidores
    • Construções
    • Plugins
    • Skripts
    • Serviços
    • Geral
  • FiveM
    • Servidores
    • Desenvolvimento
    • Serviços
    • Outros
  • Programação
    • Geral
    • Java
    • Web & Desktop
    • Discord
    • Servidores dedicados para grandes projetos.
  • Sistemas operacionais
    • Windows
    • Linux
    • Celular
  • Fóruns
    • Invision Power Services (IPS)
    • XenForo
    • Legacy IPB
    • Outros
  • Design
    • Pedidos
    • Dúvidas
    • Exposição
    • Tutoriais
    • Recursos
  • Jornalismo
    • Notícias
    • Entrevistas
    • Eventos
    • Outros
  • Jogos
    • Geral
    • Novidades
    • Tutoriais
    • Gêneros
    • Outros Jogos
  • Outros
    • Tutoriais Gerais
    • Mercado
    • Assuntos diversos
    • Barzinho
    • Arquivos

Encontrar resultados em...

Encontrar resultados que...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


Discord


Instagram


X (Ex-Twitter)


WhatsApp


GitHub


Localização


Nick do Minecraft

Encontrado 1 registro

  1. Comando: if ((args.length == 1) && (glad.equals("iniciar"))) { if (!m.getPerm(kw, "Permissoes.Iniciar")) { kw.sendMessage(m.getFile().getReplaced("Sem_Permissao")); return true; } if ((m.getAberto()) || (m.getOcorrendo())) { kw.sendMessage(m.getFile().getReplaced("Aberto")); return true; } if (m.getFile().getLocal("Saida")) { kw.sendMessage(m.getFile().getReplaced("Setar.Saida")); return true; } if (m.getFile().getLocal("Lobby")) { kw.sendMessage(m.getFile().getReplaced("Setar.Lobby")); return true; } if (m.getFile().getLocal("Arena")) { kw.sendMessage(m.getFile().getReplaced("Setar.Arena")); return true; } m.getIniciar(); } Código: public void getIniciar() { setAvisos(getInt("Avisos.Quantos")); } private void setAvisos(final int x) { int tempo = getInt("Avisos.Tempo"); if (x != 0) { setOcorrendo(false); setAberto(true); for (String msg : this.msg.getList("Iniciando")) { s.broadcastMessage(this.msg.replaced(msg).replace("{valor}", Integer.toString(getInt("Valor"))) .replace("{tempo}", Integer.toString(tempo * x))); } bs.runTaskLater(pl, new Runnable() { @Override public void run() { setAvisos(-1); } }, tempo * 20L); } else { s.broadcastMessage("FUNFOU"); } } Não sei o que fazer ;-; estou perdido ;-;
×
×
  • Criar Novo...