Jump to content

mem981

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by mem981

  1. public static List<Player> OnlineList => Clients.FindAll(client => client?.Entity != null).Select(client => client.Entity).ToList(); This is code of command "\onlinelist" How to sort Level and player ( no need online) ?? thank
×
×
  • Create New...