عرض مشاركة واحدة
قديم 2020-02-21, 08:27 PM
المشاركة 3
MRonlineGvrix
.:: عضو مميز ::.
  • غير متواجد
افتراضي رد: محتاج اعمل السوبر جيلد وار يوم الخميس
الاضافا اهي بدلها با الى عندك


كود:
            #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.Entity.Teleport(1002224237); }, null);
                }
            }
            if (
SuperGuildWar.IsWar)
            {
                if (
Now64.Hour == 20 && Now64.Second <= 59)
                {
                    
SuperGuildWar.End();
                }
            }
            
#endregion