Firs yuo will Need His one>>>>

Go in Program.cs and search:
Under put His:Quote:
if (World.BroadCastCount > 0 && DateTime.Now > World.LastBroadCast.AddMinutes(1))
if (DateTime.Now > SystemMsgTime.AddMinutes(1))
{
If any one help my make work it 100% will by niceQuote:
if (DateTime.Now.DayOfWeek == DayOfWeek.Wednesday && DateTime.Now.Hour == 14 && DateTime.Now.Minute >= 15) // Day of the week
{
Features.GuildWars.StartWar();//Start GuildWar
}
else
if (DateTime.Now.DayOfWeek == DayOfWeek.Wednesday && DateTime.Now.Hour == 15 && DateTime.Now.Minute >= 15)
{
Features.GuildWars.EndWar();//End Of GuidWar
}
Thanks>>>> mattyc2580 <<<<<<< For help






