You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnturnedChat.Say(System.DateTime.Now+player.CharacterName+" Died by a player in godmode ABUSER: "+murderer3.CharacterName,UnturnedChat.GetColorFromName(Configuration.Instance.Color,Color.green));
72
+
UnturnedChat.Say(player.CharacterName+" died by a player in godmode ABUSER: "+murderer3.CharacterName,UnturnedChat.GetColorFromName(Configuration.Instance.Color,Color.green));
w.WriteLine(player.CharacterName+" died by a abusive admin! ABUSER: "+murderer3.CharacterName+" Steam64ID: "+murderer3.CSteamID+w.NewLine);
77
+
w.Close();
78
+
}
79
+
}
80
+
elseif(murderer3.VanishMode==true)
81
+
{
82
+
UnturnedChat.Say(player.CharacterName+" died by a player in vanish mode ABUSER: "+murderer3.CharacterName,UnturnedChat.GetColorFromName(Configuration.Instance.Color,Color.green));
0 commit comments