First a re-hash of the installation instructions.

1. In the following installation instructions /mod-dir/ is the directory that  
   you halflife mod has been installed in.  For example: on my system my mod
   is installed in:
	/usr/local/bin/games/halflife/hlds_l/cstrike
2. You must enable file reads using the adminmod CVAR;
		file_access_read 1
   In your server.cfg file to get this to work (this applies to all 
   plugins that read files).
3. File names in Linux are case sensitive. AR.TXT is in all capital letters
   and should be kept that way. Also the AR in the script source name and 
   the binary is CAPITALIZED.  If you alter these names please reflect the
   changes in the plugin.ini file.

--Installation for windows--
I don't do no stinkin windows ... Ok fine ...
1) Extract spoogeAR_win.zip.
2) Compile plugin_spooge_AR.sma  and copy  plugin_spooge_AR.amx into
     to /mod-dir/dlls/
---OR---  
3) Copy the extracted  plugin_spooge_AR_win.amx  into to /mod-dir/dlls/ under
     the name  into  plugin_spooge_AR.amx.
4) copy the AR.TXT to /mod-dir/
5) edit the AR.TXT to say what you want it to
6) AR.TXT can be edited (Dont make it too Big).
7) edit the plugin.ini to include the line(at the end of the file):
		dlls/plugin_spooge_AR.amx 
8) Comment out or remove all other autoresponders.
   	dll/plugin_wipeout_autoresponse.amx
	dll/plugin_sank_AI.amx
9) start server and it should work

--Installation for linux--
1) Extract spoogeAR_win.zip (make sure the files are in linux text
   format), The easuiest way to do this is extract them in a windows
   folder and do an FTP transfer to your linux system with each file
   transfered as ASCII text.
2) Compile the plugin_spooge_AR.sma (or use the  plugin_spooge_AR.amx
    includeed with the distribution).
3) copy the plugin_spooge_AR.amx to /mod-dir/dlls/
4) copy the AR.TXT to /mod-dir/.  
5) edit the AR.TXT to say what you want it to.
6) AR.TXT can be edited (Dont make it too Big).
7) edit the plugin.ini to include the line(at the end of the file):
		dlls/plugin_spooge_ar.amx
8) Comment out or remove all other autoresponders.
   	dll/plugin_wipeout_autoresponse.amx
	dll/plugin_sank_AI.amx
9) start server and it should work

-- Debugging --
NOTE: 
   To enable vebose parsing message and alow messages to be sent to
   your admin console use the command admin_ardebug.  Remeber to execute 
   this again to turn it off when done debugging. This command not only
   makes the display of the parsing of the AR.TXT file verbose but also 
   repeats messages to your CS console.  These messages will include 
   the details of parsing individual player 'say' and 'say_team' commands.
   Executing this command will display "<<SPOOGE AR>> Turning Debug On"
   or "<<SPOOGE AR>> Debug Off"

1) First test. Do an admin_version from your client console. You 
   should see the plugin listed as follows (assuming that it is toward
   the end of the plugin.ini file).

	Plugin #<nunber>: Ken Whites Server Autoresponse Plugin (v. 1.10)
		Responds to certain Chat Messages.

   If you dont see this (and it was one of the last plugins in your DLL) 
   then the plugin was not loaded. Corrective actions:
	- Verify that the plugin_spooge_AR.amx file in your /mod-dir/dlls
          directory (note on do the directory slash is '\' not '/').
	- Verify that the line dlls/plugin_spooge_AR.amx is in your 
          plugin.ini file and is not commented out.
        - Did you restart your server after installing the plugin.

2) Once you are sure the plugin is loaded you need to verify that the AR.TXT
   file is being parsed. Parsing takes place at sever start, map change, and 
   upon the execution of admin_parsearfile (from CS client console as admin)
   or admin_command admin_parsearfile (from the server console).

	admin_parsearfile 
	Re-parses the auto response file.
  
   >> If everything is working you will get a print out of the form:
	<< Spooge AR >> Parsing AR file
	<< Spooge AR >> AR.TXT file found and 26 lines processed.

	Note: the # of lines processed wil vary.
        If the bebug is on:
          You will get a screen full of parse messages.
	   The first message will be:
		<< Spooge AR >> Parsing AR file
	   Followed by parsing messages of the form:
		K:2 C:0 AR:Luck > Skill k1:that k2:lucky

	   There will be 1 line like this for every message
	   you have in the AR.TXT file. Comments in the AR.TXT 
  	   file are not parsed and therefore will result in no printout.

   >> If the Number of lines is less than the number of lines in your 
      AR.TXT file (excluding comments) then your file was not completely 
      parsed.
      	Corrective actions:
	- You AR.TXT file is emptypt.
	- You have blank lines in yout AR.TXT. The parser stops at the 
          first blank line it encounters. Remove the  blank lines.

   >>If the AR>TXT file cannot be you will get the print out:
	<<SPOOGE AR>> Cannot find AR file

     If you see this then the file is not being parsed. 
	Corrective actions:
	- Verify that the AR.TXT file is in your /mod-dir/ directory. For
          Linux this is case sensitive it must be AR.TXT in all caps.
	- Make sure that you have set 'file_access_read 1' in your server.cfg
	  file. This is required for ADMIN_MOD to read any file (note: failure
          to set this would also cause plugin_dio_motm.sma, and plugin_consgreet.sma
          to fail). You should restart your server to ensure that the change takes 
          effect.
	- If it only partialy loads then make sure there are no BLANK lines in the 
          middle of the AR.TXT file.
        - On linux make sure you have permission to read the AR.TXT file 
	  (chmod 775 AR.TXT).

3) Test the plugin by trying out some of the auto responses. You should get the
   response indicated for the keywords listed in the AR.TXT file. 

   Note: If you have debug mode on then you will see all the operation that lead 
   to the response.

   >> If you get multiple AR responses.
	Corrective actions:
	- Other plugins are responding to the same keyworks.  Remove other
          autoresponse plugins or change them so they dont conflict or if redundant
          remove that response from the AR,TXT file. Also, other plugins may 
          respond to say commands as well make, sure these dont confilict either.

   >> If you dont see your response.
	Corrective actions:
	- It is not in the correct ar.txt file. Make sure the one used by the 
	  plugin contains the response line you want.
	- You have added the line but not reparsed the ar file. Run 
          admin_parsearfile and retest.
	- You typed the wrong keyword(s), or the keyword(s) you are testing 
	  dont match the response.
	- The Keywords were omitted in the corresponding line in the ar file.
	- The number of keywords filed is zero in the corresponding line 
	  in the ar file.

   >> If it responds to only 1 of the keywords.
	Corrective actions:
	- Most likely your number of keywords filed in the ar file entry 
	  is incorrect.
	- You are missing the keyword in the corresponding line in the ar file.
 	  
--Use notes--
1. The command to reparse the AR.TXT is 'admin_parsearfile'.
2. Dont make the AR.TXT file too big (limited to 100 auto responses in code).
3. Read and comply with the AR.TXT entry format specified in the AR.TXT file
   and in the comment header included in the plugin source code.
4. Place commonly used response lines at the begining of the AR.TXT file. This
   way, for common questions/auto responses you get a faster response and 
   plugin completion.


--problems?--
if you have problems, ICQ me at 103921775 or email me at woolyfsh@optonline.net