1. bool hasAccess(BasePlayer player, string permission2)
    {
    return permission.UserHasGroup(player.userID.ToString(), permission2);
    }
     
  2. Wulf

    Wulf Community Admin

    Are you asking a question, or is this supposed to be just an example? Either way something like this should be posted under the Development section.
     
  3. ohh xD sorry its an example :p