1. Hi!

    I found a function, UserHasGroup(), after looking at the .dll's. How am I able to use this in my plugin? I tried doing:
    Code:
    using Oxide.Core.Libraries.Permission
    but it didn't recognize it. It also doesn't prompt anything when trying to solve the error (or at least anything that will fix it)

    [​IMG]

    That is a snipet of the function.

    Thanks!
     
  2. Wulf

    Wulf Community Admin

    permission.UserHasGroup(string id, string groupName);