*******************************************************************************
   FakeClients
   by L. Duke



*******************************************************************************
          INSTALLATION INSTRUCTIONS
*******************************************************************************


1. Place fakeclients_mm.dll (fakeclients_mm_i486.so for Linux) in
   this directory: addons/fakeclients_mm/bin/
   
2. Place fakeclients.cfg in the cfg directory.

3. Open cfg/server.cfg and add this line to the end of the file

          exec fakeclients.cfg

4. Open addons/metamod/metaplugins.ini and add this line to the file

          addons/fakeclients_mm/bin/fakeclients_mm




*******************************************************************************
          CONSOLE COMMANDS/CVARS
*******************************************************************************

fakeclients_name NAME
Adds NAME to the list of names to use for fake clients.

fakeclients_players NUMBER
Maintains the appearance of NUMBER players on the server at all times. Fake
players will join spectator mode until NUMBER players are on the server. If
real players or bots join the server, the extra fake clients will be kicked.

fakeclients_delay SECONDS
Set delay in SECONDS after map change before fake clients start joining. Default
is 120.

fakeclients_time
Displays system time (must have 'log on').

fakeclients_starthour HOUR
Set time to start fakeclients plugin (sytem time HOUR from 1-24, for example 22).
Delete or comment out fakeclients_starthour and fakeclients_stophour from the
fakeclients.cfg file to ALWAYS run plugin.

fakeclients_stophour HOUR
Set time to stop fakeclients plugin (sytem time HOUR from 1-24, for example 22).
Delete or comment out fakeclients_starthour and fakeclients_stophour from the
fakeclients.cfg file to ALWAYS run plugin.










