مشاهدة النسخة كاملة : محتاج اعمل السوبر جيلد وار يوم الخميس
AdhamMohamed
2020-02-21, 02:43 PM
محتاج اعمل السوبر جيلد وار يوم الخميس من الساعه 8 لي 9 :detective2:
ElSaher
2020-02-21, 02:51 PM
هتلي طيب الاضافت الي عندك في World
MRonlineGvrix
2020-02-21, 08:27 PM
الاضافا اهي بدلها با الى عندك
#region SuperGuildWar [19:59]
if (SuperGuildWar.IsWar)
{
if (Time32.Now > SuperGuildWar.ScoreSendStamp.AddSeconds(3))
{
SuperGuildWar.ScoreSendStamp = Time32.Now;
SuperGuildWar.SendScores();
}
}
if (Now64.DayOfWeek != DayOfWeek.thursday)
{
if ((Now64.Hour == 19) && Now64.Minute == 59 && Now64.Second == 10 && !SuperGuildWar.IsWar)
{
SuperGuildWar.Start();
foreach (var client in Program.Values)
if (client.Entity.GuildID != 0)
client.MessageBox(" Super GuildWar has begun Would you like to join?",
p => { p.Entity.Teleport(1002, 224, 237); }, null);
}
}
if (SuperGuildWar.IsWar)
{
if (Now64.Hour == 20 && Now64.Second <= 59)
{
SuperGuildWar.End();
}
}
#endregion
ElSaher
2020-02-22, 03:39 AM
اتفضل
#region SuperGuildWar Thursday
if (!Game.SuperGuildWar.IsWar)
{
if (Now64.DayOfWeek == DayOfWeek.Thursday && Now64.Hour == 20 && Now64.Minute >= 00)
{
Game.SuperGuildWar.Start();
foreach (var client in Program.GamePool)
if (client.Player.GuildID != 0)
client.MessageBox("SuperGuildWar Has Started Now Will Finish 9:00 PM",
p => { p.Player.Teleport(1002, 224, 237); }, null, 20);
}
}
if (Game.SuperGuildWar.IsWar)
{
if (Time32.Now > Game.SuperGuildWar.ScoreSendStamp.AddSeconds(3))
{
Game.SuperGuildWar.ScoreSendStamp = Time32.Now;
Game.SuperGuildWar.SendScores();
}
if (Now64.DayOfWeek == DayOfWeek.Thursday && Now64.Hour == 21 && Now64.Minute == 0 && Now64.Second <= 0)
{
Kernel.SendWorldMessage(new Network.GamePackets.Message("SuperGuildWar Has will closed 10 Minutes go all Pola and ready to finish",
System.Drawing.Color.White, Network.GamePackets.Message.Center), Program.GamePool);
}
else if (SuperGuildWar.IsWar)
{
if (Now64.DayOfWeek == DayOfWeek.Thursday && Now64.Hour == 21 && Now64.Minute == 00 && Now64.Second == 00)
{
SuperGuildWar.End();
}
}
}
#endregion
AdhamMohamed
2020-02-22, 04:16 AM
تم الحل يحبيب قلبي
vBulletin® v3.8.8 Beta 1, Copyright ©2000-2024, TranZ by code