Ir para conteúdo
Faça parte da equipe! (2024) ×
  • 0

resolvido onde mudar anúncio dentro do jogo v7.62


PINHEIR0
 Compartilhar

Pergunta

6 respostass a esta questão

Posts Recomendados

  • 0
Ola pessoal gostaria de saber onde posso mudar o anucio de dentro do jogo

aquele que fica falando seja bem vindo ao wyd xx ... etc

fica no ProcessSecMinTimer.cpp na source.

 

o Faelz' ja postou isso aqui.

 

//Adicionar no ProcessSecMinTimer.cpp

#pragma region Avisos

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 0)

{

SendNotice("Bem vindo(a) ao Age Of Chaos 7.662!");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 5)

{

SendNotice("Relatem os bugs para a administração.");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 10)

{

SendNotice("Programas de terceiros como: Autoclick entre outros.");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 15)

{

SendNotice("São ilegais, evite ser bloqueado!.");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 20)

{

SendNotice("Acesse nossa página no facebook:");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 22)

{

SendNotice("fb.me/AgeOfChaos10");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 27)

{

SendNotice("Converse conosco através do discord:");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 29)

{

SendNotice("https://discord.gg/KbSjztY");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 34)

{

SendNotice("Nosso grupo no whatsapp:");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 36)

{

SendNotice("https://chat.whatsapp.com/I4XaaZUczyI16zMTDeCQRE");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 41)

{

SendNotice("Agradecemos a sua preferencia. Bom jogo!");

return;

}

 

#pragma endregion

Link para o comentário
Compartilhar em outros sites

  • 0
fica no ProcessSecMinTimer.cpp na source.

 

o Faelz' ja postou isso aqui.

 

//Adicionar no ProcessSecMinTimer.cpp

#pragma region Avisos

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 0)

{

SendNotice("Bem vindo(a) ao Age Of Chaos 7.662!");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 5)

{

SendNotice("Relatem os bugs para a administração.");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 10)

{

SendNotice("Programas de terceiros como: Autoclick entre outros.");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 15)

{

SendNotice("São ilegais, evite ser bloqueado!.");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 20)

{

SendNotice("Acesse nossa página no facebook:");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 22)

{

SendNotice("fb.me/AgeOfChaos10");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 27)

{

SendNotice("Converse conosco através do discord:");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 29)

{

SendNotice("https://discord.gg/KbSjztY");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 34)

{

SendNotice("Nosso grupo no whatsapp:");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 36)

{

SendNotice("https://chat.whatsapp.com/I4XaaZUczyI16zMTDeCQRE");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 41)

{

SendNotice("Agradecemos a sua preferencia. Bom jogo!");

return;

}

 

#pragma endregion

 

mais essa função nao era pra ter aqui ja é so mudar oque fala ???

Link para o comentário
Compartilhar em outros sites

  • 0
fica no ProcessSecMinTimer.cpp na source.

 

o Faelz' ja postou isso aqui.

 

//Adicionar no ProcessSecMinTimer.cpp

#pragma region Avisos

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 0)

{

SendNotice("Bem vindo(a) ao Age Of Chaos 7.662!");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 5)

{

SendNotice("Relatem os bugs para a administração.");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 10)

{

SendNotice("Programas de terceiros como: Autoclick entre outros.");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 15)

{

SendNotice("São ilegais, evite ser bloqueado!.");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 20)

{

SendNotice("Acesse nossa página no facebook:");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 22)

{

SendNotice("fb.me/AgeOfChaos10");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 27)

{

SendNotice("Converse conosco através do discord:");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 29)

{

SendNotice("https://discord.gg/KbSjztY");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 34)

{

SendNotice("Nosso grupo no whatsapp:");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 36)

{

SendNotice("https://chat.whatsapp.com/I4XaaZUczyI16zMTDeCQRE");

return;

}

if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 41)

{

SendNotice("Agradecemos a sua preferencia. Bom jogo!");

return;

}

 

#pragma endregion

na hora de compilar ta falando que estar faltando cabeçalho de função .... oque eu faço pra arruma isso ?

Link para o comentário
Compartilhar em outros sites

Este tópico está impedido de receber novos posts.
 Compartilhar

×
×
  • Criar Novo...

Informação Importante

Nós fazemos uso de cookies no seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies , caso contrário, vamos supor que você está bem para continuar.