Solved Setting server tags?

Discussion in 'Rust Development' started by Ruby, Dec 15, 2015.

  1. The new versions of Oxide does not work hook BuildServerTags?
    Where did plugin ServerTags?
     
  2. Wulf

    Wulf Community Admin

    There's no hook to set tags anymore, so the plugin was removed.
     
  3. Why there is no longer this hook?
     
  4. Wulf

    Wulf Community Admin

    It's no longer needed.
     
  5. I would not say that... I used it for website.
     
  6. Wulf

    Wulf Community Admin

  7. Wulf

    Wulf Community Admin

  8. In any of the dll-file are all Oxide hooks?
     
  9. Wulf

    Wulf Community Admin

    You can find the list of available hooks in our Docs. Oxide API Reference
     
  10. I need to know which DLL file hooks are. What they are in list I know. :)
     
  11. Wulf

    Wulf Community Admin

    The Assembly-CSharp.dll is what most of the hooks are patched into.
     
  12. Where transferred hook BuildServerTags? I want him to patch.
     

    Attached Files:

  13. Wulf

    Wulf Community Admin

    I'd recommend looking at the changes on our GitHub. The hook was removed entirely.
     
  14. I understand that the hook is removed, but you do catch it at some method? I want to know in what myself and make himself this hook.
     
  15. Wulf

    Wulf Community Admin

    Like I said, the changes are available on our GitHub. It was changed to prevent some abuse of the tags, so it's not something that needs to be pointed out.