Brazil's Access plugin, derived and heavily modified from the original Bud-froggy Productions -- April 29th, 2001 Access levelŪ Change people's access level through console Email: brazilnathan@hotmail.com Server: Fields of Blood 12.34.220.4:27015 (6PM-6AM EST) New Admin commands and features that let you manipulate the users.ini file from the console. I use this to give my clan leaders the ability to add clan members for reserved slots And it saves me from manually editing the users.ini file and then running HL and admin_reload (or resetting the server) admin_user_access admin_user_add - Defaults to 32769 access level admin_user_del Updated by LA - 07/05/01 Temporary file name changed from "users.new" to "users.tmp". Uses boolean "Found" rather than linenumber stuff. (Personal preference) Makes use of "users_file" cvar, rather than blindly looking for users.ini in mod directory. Deletes temporary file "users.tmp" at end of functions. Changed "#define DEFAULT_ACCESS" to a text string, did not work properly on Windows system. No longer reload()'s, or copyfile()'s when there is no need to do so. Also blank arguments can cause problem, should be handled now. Changed some messages to be more informative, fixed punctuation. (Pet pieve) Now uses ':' to seperate name from access or password, instead of whitespace. E.g. "admin_user_add Multi word name:qwerty" will successfuly add a new user with the name "Multi word name" and password "qwerty" without using quotes. -- NOTE: HLData seemed to have the quotes stripped beforehand, which was causing problems on my server. (win2000) -LA 07/05/01