[Installation] 1. Compile the plugin_userinfo first. 2. Add the plugin_userinfo.amx to the addons/adminmod/scripts folder with your other plugins. 3. Add the line: addons/adminmod/scripts/plugin_userinfo.amx to your 'plugin.ini' But you all already knew that! [Description] Plugin to collect WON IDs (or IPs) of players connecting to server. It will only store WON IDs of players if they don't already exist on the server database. (However, if the same WON ID but different player name, then WON ID IS stored. Hence all the players 'fakenicks' will be stored along with their WON IDs). Use the command 'admin_showme ' to display all the names attached to a WON ID or IP (depending on the type of server, LAN or internet) Jugger (25/2/2002) [Contact] ICQ: 38333032 Email: jugger1@blueyonder.co.uk [Version History] (9/3/2002) ver 1.1.5 Corrected Linux issue with comments done using '//' when compiling. (25/2/2002) ver 1.1.4 Corrected bug when renaming on reaching MAX_NICKS. Added a 'new line' character to each output to the database, as it sometimes appended all the names/info of several players together on a line; rendering the plugin inoperable. (14/2/2002) ver 1.1.3 Error handling added and WelcomeMsg (0/1) to disable/enable the welcome message as users connect. (5/2/2002) ver 1.1.2 After the plugin detects MAX_NICKS names stored, it'll auto rename the person concerned to the last name used from the database. (8/2/2002) ver 1.1.1 Merged the 2 separate database files in to one: "info_id.ini" (or "info_ip.ini" for a LAN server) (7/2/2002) ver 1.1.0 Added 'admin_showme' command. (6/2/2002) ver 1.0.1 Added server detection so that it'll record IP address if LAN server detected. (5/2/2002) ver 1.0.0 Initial release! Database collection and reload routines completed. Fixed server lagging due to disk access when accessing the database; simply loaded the database in to memory on starting!