1. Hi, i need help with convert plugin to covalence plugin. (Rust and HurtWorld)

    In rust I can do it in this way:
    Code:
                    var Online = BasePlayer.activePlayerList as List<BasePlayer>;
                    foreach (BasePlayer player in Online)
                            {
                            Puts(player.displayName);
                            }
    
     
  2. Wulf

    Wulf Community Admin

    players.Connected is the way to get all players in Covalence.