I'm trying to make a lua autorun script that creates a group called usor and inherits from superadmin. I have this:
RunConsoleCommand( "ulx hide", "ulx addgroup", "usor superadmin" )
It creates the usor group just fine, but it doesn't inherit from superadmin.