ok way more easy then I thought now how what is "inherit_from" just so I know?
how can I disallow noclip for admins by default?
"Users"
{
//
// This is your users file
//
// You can use this file to add people as admins on your server
// Add them to the relevant section
//
// If you're a Lua coder you can add your own sections and use them
// in your script by doing pl:IsUserGroup( "admin" ) etc
//
"superadmin"
{
NEVER
}
"admin"
{
"USER" "STEAMID"
allow
{
"ulx kick"
"ulx ban"
"ulx mute"
"ulx unmute"
"ulxunban"
}
deny
{
nothing
}
inherit_from
{
no-one
}
"USER" "STEAMID
allow
{
"ulx kick"
"ulx ban"
"ulx mute"
"ulx unmute"
"ulxunban"
}
deny
{
nothing
}
inherit_from
{
no-one
}
}
}