1. After the last update on the 18th:
    error:
    Code:
    Type `BasePlayer' does not contain a definition for `svActiveItem' and no extension method `svActiveItem' of type `BasePlayer' could be found. Are you missing an assembly reference?
    in
    player.svActiveItem.info.shortname.ToString
    player.svActiveItem.info.displayName.english
     
  2. Yeah and so what? Decompile the dll and see what they changed it to.
     
  3. If I knew how to - I would not be here asking this question!
     
  4. If i'm not wrong
    "player.GetActiveItem().info.displayName.english"
    and
    " player.GetActiveItem().info.shortname.ToString"
     
  5. ok idk what to do which dll and what to do ?
     
  6. What does this mean exactly? I'm kinda new at the plugins but got the same error, no idea how and what to do to be honest. Maybe you PaiN or maksiyshuk could help a bit. :) Best regards.
     
  7. Wulf

    Wulf Community Admin

    Are you getting the error? If so, it means the plugin that is erroring is outdated and needs code changed to be updated for the game changes.
     
  8. So basicly, its outdated and I can't do anything?
     
  9. You need to post in the plugin thread so the plugin author can fix the error, or you need to post a request to get someone to fix the error.