|
المشاركات 65 |
+التقييم 0.09 |
تاريخ التسجيل Nov 2022 |
الاقامة |
نظام التشغيل |
رقم العضوية 1760 |
public static void End()
public static void End()
{
if (Proces == ProcesType.Dead && RoundOwner == null)
{
Proces = ProcesType.Dead;
MsgSchedules.SendSysMesage("KingofEmpire has ended and there is no winner");
KingofEmpireList.Clear();
}
else if(Proces == ProcesType.Dead && RoundOwner != null)
{
Proces = ProcesType.Dead;
MsgSchedules.SendSysMesage("" + RoundOwner.Name + ", He is the winner of KingofEmpire #10 #99.", MsgServer.MsgMessage.ChatMode.Center);
KingofEmpireList.Clear();
}
}