Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.99 KB | None | 0 0
  1. quest auto_anuncios2 begin
  2.     state start begin
  3.         when login begin
  4.             loop_timer("Webs",60*20) -- cada 20 minutos
  5.             loop_timer("Solicitudes",60*40)
  6.             loop_timer("claves",60*60) -- cada 60 minut
  7.         end
  8.         when Webs.timer begin
  9.             notice("Hola Metineros")
  10.             notice("Recomienda Visitar nuestro Facebook y foro")
  11.         end
  12.         when Solicitudes.timer begin
  13.             notice("!Hola Metineros!")
  14.             notice("Sabeis Mucho del juego?")
  15.             notice("Quereis formar parte del equipo?")
  16.             notice("Las solicitudes GM estan abiertas:")
  17.             notice("!Entrad al foro y enviad Vuestra solicitud!")
  18.         end
  19.         when claves.timer begin
  20.             notice("!Hola Metineros!")
  21.             notice("Ningun ADM-SGM-GM NUNCA")
  22.             notice("Pediran clave alguna de sus cuentas")
  23.             notice("Por problemas Bugs O Hacks.")
  24.             notice("Disfruta del Juego..!")
  25.         end
  26.     end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement