Advertisement
Skreffnet

Cartel básico de publicidad

Jul 2nd, 2022 (edited)
2,041
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.68 KB | None | 0 0
  1. ; Actualizado a 15-08-2022
  2.  
  3. alias _cartel {
  4. if (!%canalradio) { set %canalradio $$?="¿Canal público de la radio?" }
  5. if (!%nomradio) { set %nomradio $$?="¿Nombre de la radio?" }
  6. if (!%dj.radio) { set %dj.radio $$?="¿Nombre del locutor en emisión?" }
  7. if (!%urlcorta) { set %urlcorta $$?="¿Url de la radio?" }
  8. var %timer.cartel = 10
  9. var %timer = 1
  10. while (%timer.cartel) {
  11. .timercartel 1 %timer /msg %canalradio [ %nomradio ] ¡Conecta la mejor radio! Dj: %dj.radio Web: %urlcorta
  12. inc %timer
  13. dec %timer.cartel
  14. if (%timer.cartel == 0) {
  15. .timercartel 1 %timer /msg %canalradio [ %nomradio ] ¡Conecta la mejor radio! Dj: %dj.radio Web: %urlcorta
  16. unset %timer.cartel %timer
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement