In response to:
/index.php/topic,6542.0.htmlULib Gatekeeper
Description:This module for ULib hooks into ULib's authentication system and only allows whitelisted players to join the server.
The whitelist is controlled through ULib access strings. I'll touch on that in a second.
By default only admins can join a server if ULib GateKeeper is enabled. To add more people or groups:
ulx groupallow <group> "ugate_allowaccess" --This will allow anyone in a group to join.ulx userallow <user> "ugate_allowaccess" --This will allow a specific player to join.You can also completely enable and disable the system dynamically. This CVar should archive (saving it's most recent setting across server sessions), though if it does not, note that the default setting for this is enabled.
ugate_enabled 0 --System is disabledugate_enabled 1 --System is enabled