1. How to check group user using steamid in C#
     
    Last edited by a moderator: Jul 23, 2016
  2. Wulf

    Wulf Community Admin

    So you're wanting to check what group a user is in by their Steam ID?
     
  3. I want to check the user's group
    ex.
    ex. user Wulf vip

    string group = CheckGroup(steamid);
    Puts(group); ///show "vip"
     
  4. Wulf

    Wulf Community Admin

  5. I have for you one more thing but I would have privately not to share my code.
    [DOUBLEPOST=1469337047][/DOUBLEPOST]@Wulf You write to me?
     
  6. Wulf

    Wulf Community Admin

    Sent you a PM.
     
  7. Wulf

    Wulf Community Admin

    Try permission.GetUserGroups(id) instead. It returns a string[] array.