If I want to do something based on whether or not someone is in a Ulib usergroup, how would I go about doing it?
ie
if (USER IS IN GROUP "poweruser") then
Msg("he is a poweruser!")
Ply:Give("gmod_tool")
else
Msg("he's in some other group... so no toolgun for him.")
end
what would go here?: (USER IS IN GROUP “poweruser”)