Noticias:

No tienes permiso para ver los enlaces. Para poder verlos Registrate o Conectate.

Menú Principal

NPC Rin4a's scheme buffer

Iniciado por Swarlog, Jul 24, 2025, 11:27 PM

Tema anterior - Siguiente tema

Swarlog

No puedes ver este adjunto.

Si lo que te ocurre es que te funciona con gm pero no con jugadores normales, debes de editar esta línea:

else if ((int) (System.currentTimeMillis() / 1000) > st.getInt("blockUntilTime"))
+		{
+			return showText(st, "Sorry", "You have to wait a while!<br>if you wish to use my services!", false, "Return", "main");
+		}