Advertisement
xFaelz

Avisos por tempo

Apr 25th, 2018
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.97 KB | None | 0 0
  1. //Source Code By Faelz && Thiagodp
  2.         //Avisos By Faelz'
  3. //Adicionar no ProcessSecMinTimer.cpp
  4. #pragma region Avisos
  5.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 0)
  6.         {
  7.             SendNotice("Bem vindo(a) ao Age Of Chaos 7.662!");
  8.             return;
  9.         }
  10.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 5)
  11.         {
  12.             SendNotice("Relatem os bugs para a administração.");
  13.             return;
  14.         }
  15.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 10)
  16.         {
  17.             SendNotice("Programas de terceiros como: Autoclick entre outros.");
  18.             return;
  19.         }
  20.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 15)
  21.         {
  22.             SendNotice("São ilegais, evite ser bloqueado!.");
  23.             return;
  24.         }
  25.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 20)
  26.         {
  27.             SendNotice("Acesse nossa página no facebook:");
  28.             return;
  29.         }
  30.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 22)
  31.         {
  32.             SendNotice("fb.me/AgeOfChaos10");
  33.             return;
  34.         }
  35.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 27)
  36.         {
  37.             SendNotice("Converse conosco através do discord:");
  38.             return;
  39.         }
  40.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 29)
  41.         {
  42.             SendNotice("https://discord.gg/KbSjztY");
  43.             return;
  44.         }
  45.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 34)
  46.         {
  47.             SendNotice("Nosso grupo no whatsapp:");
  48.             return;
  49.         }
  50.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 36)
  51.         {
  52.             SendNotice("https://chat.whatsapp.com/I4XaaZUczyI16zMTDeCQRE");
  53.             return;
  54.         }
  55.         if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 41)
  56.         {
  57.             SendNotice("Agradecemos a sua preferencia. Bom jogo!");
  58.             return;
  59.         }
  60.  
  61. #pragma endregion
  62.         //Fim Avisos By Faelz'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement