1. Hi !

    So, fishing it's ok for lang file, all messages works fine !

    Notifier and EventManager don't work cause "GetMsg" and "GetMessage" takes 2 arguments

    BetterChat problem with Oxide.Core.Libraries.Covalence.IPlayer does not contain a definition for UserIDString but it's sure it's a different plugin ^^'

    I can test other plugin tomorrow and retry their plugin if i find how to fix it
     
  2. Wulf

    Wulf Community Admin

    If it's an IPlayer, you'd need to use player.Id. If it's a BasePlayer, you'd use player.UserIDString.
     
  3. Thanks Wulf, i test it tomorrow, you know for GetMsg and GetMessage takes 2 argument ?

    You think i post Fishing on the thread or not ?
     
  4. Wulf

    Wulf Community Admin

    I'd need to see the code, but the solution to your issue in the first post is above.
     
  5. you need to see the code for Fishing ? Where i post it?

    Thanks for fix issue