1. Hello, is there a difference between these methods? If yes, then what's the difference?

    Code:
    hurt.SendChatMessage(session, null, "Test");
    session.IPlayer.Message("Test");
    session.IPlayer.Reply("Test");
     
  2. Wulf

    Wulf Community Admin

    One is from one location, one is from another. :p

    hurt.SendChatMessage = old API that will eventually be removed

    IPlayer.Message and IPlayer.Reply are generally just aliases, but those are Covalence (universal methods) from Oxide