1. How to fix it?

    Code:
    p.SteamId
    error in Microsoft Visual Studio 2015: screen!
     
  2. Wulf

    Wulf Community Admin

    What exactly are you trying to do?
     
  3. Download SteamID player with PlayerSession

    Code:
            [ChatCommand("debug")]
            void cmdTest(PlayerSession p, string cmd, string[] args) {   
            var steamID = session.SteamId;
            var name = session.Name;
            hurt.SendChatMessage(p, "nickname: " + name + ", steamid64: " + steamID);
     
  4. Wulf

    Wulf Community Admin

    If you are setting up a project for your plugins, you'd need to reference that file, otherwise you can ignore it as you won't get that error on the server.
     
  5. How to do it ?
     
  6. Wulf

    Wulf Community Admin