Info: This is a New admin System, similar to the old one but more efficiently coded. It's still in beta so you can share your opinions about optimizing it. It features a new extra prefix part where you can set a prefix for the selected admin.
Installation: - Compile the .sma file locally and place the .amxx file in addons/amxmodx/plugins/ - Write the name of the .sma file inside the plugins.ini file (located in addons/amxmodx/configs/) - Place the .ini file into addons/amxmodx/configs and configure your admins there. - If you're encountering errors such as 'undefined symbol client_print_color', use the colorchat include that I provided inside the .zip package.
Note: - In order to use this plugin, you must disable admin.amxx (located in plugins.ini)
ChangeLog:
** v1.3 ** - Fixed a bug (hopefully)
** v1.2 ** - Optimized the code - Fixed bugs that older versions have - Added new options to the Say chat. - Now you're able to edit admins without having to wait for map to change.
** v1.1 ** - Optimized the code - Added a new command for adding admins
Why did u not included Colorchat stock ? And 1 more thing ! Is there amx_reloadadmins command ? I didn't find but I read in comments that u said that admins will be reloaded every 0.5 seconds?
Why did u not included Colorchat stock ? And 1 more thing ! Is there amx_reloadadmins command ? I didn't find but I read in comments that u said that admins will be reloaded every 0.5 seconds?
Thanks, I used colorchat.inc because I couldn't find a colorchat stock. There's no amx_reloadadmins command, it's automatic, admins get reloaded every x seconds (you can change by CVAR).
Try this // New Admin System by DoNii v1.3 // // In this file you can add/remove admins // // The format is: "<Nick|SteamID>" "Pw" "Flags" "Prefix" // If you want to remove an admin, place a ; at the start of the line // // If you don't want to set a Password or a Prefix, just put "". Nick/SteamID and Flags are a must //