Kewilleen

Untitled

Aug 13th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.43 KB | None | 0 0
  1.             long segundos = 1200L;
  2.             long minutos = segundos * 72000L;
  3.             long horas = minutos * 1728000L;
  4.             String[] teste = membros.getString("Kits.PvP.Tempo").split(":");
  5.             int as = Integer.parseInt(teste[0] = Long.toString(horas), Integer
  6.                     .parseInt(teste[1] = Long.toString(minutos), Integer.parseInt(teste[2] = Long.toString(segundos))));
  7.  
  8. /*
  9. Quero fazer um delay que na config fique 000:00:00:00 (dias, horas, minutos, segundos)
  10. */
Advertisement
Add Comment
Please, Sign In to add comment