Advertisement
Guest User

Sway Anúncio Organizado v0.1 - 1.5.2

a guest
May 14th, 2021
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. $${
  2.  
  3. #anunciosa,"0";
  4.  
  5. IF(sway_a);
  6. Log("&d[Anúncio] &cDesativado.");
  7. Log("&b&l[&e&l&nI N F O&b&l] &fForam anunciados &a%#anunciosa%&fx &fvezes. &3&l#Sway");
  8. DEC(#anunciosa,"%#anunciosa%");
  9. Unset(sway_a);
  10. stop;
  11. Else;
  12. Log("&d[Anúncio] &aAtivado!");
  13. Set(sway_a);
  14.  
  15. Log(" ");
  16. Log("&d[Anúncio] &aQual a mensagem que será anunciada no &f/a &ae &f/mf &a?");
  17. Log(" ");
  18. Log("&d[Anúncio] &cNão coloque mensagens grandes.");
  19. Log("&d[Anúncio] &cNão precisa colocar (/a mensagem), coloque apenas a mensagem.");Log(" ");
  20. SET(&mensagemanuncio,"");
  21. PROMPT(&mensagemanuncio,$$?,"Digite aqui a resposta.");
  22. IF(%&mensagemanuncio%=NONE);
  23. Log("&d[Anúncio] &cDesativado! &3&l#Sway.");
  24. ELSE;
  25. Log("&e[Mensagem] &f%&mensagemanuncio%");
  26. SET(anuncio_um);
  27. ENDIF;
  28.  
  29. IF(anuncio_um);
  30. Wait(500Ms);
  31. do;
  32. Wait(1);
  33. Echo("/a %&mensagemanuncio%");INC(#anunciosa,"1");
  34. Wait(70);
  35. Echo("/mf %&mensagemanuncio%");INC(#anunciosa,"1");
  36. Wait(70);
  37. Echo("/a %&mensagemanuncio%");INC(#anunciosa,"1");
  38. Wait(70);
  39. Echo("/a %&mensagemanuncio%");INC(#anunciosa,"1");
  40. Wait(70);
  41. Echo("/mf %&mensagemanuncio%");INC(#anunciosa,"1");
  42. Wait(70);
  43. Echo("/a %&mensagemanuncio%");INC(#anunciosa,"1");
  44. loop;
  45. ENDIF;
  46. ENDIF;
  47. ENDIF;
  48.  
  49. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement