Hello does someone know how i can get the secondery usergroup from someone ?
In ulx i it i thinl ulx:group ore somtehing but what is it for admin suit secondery usergroup i cant find anything about it:)
you can use
OpenPermissions:IsUserGroup(player,group)
to check for a specific group (also checks the main group) or
OpenPermissions:GetUserGroups(player)
to get all groups of a player (includes the main group)
Sorry, you need to Log In to post a reply to this thread.