Installation
Missions of files
config.cfg - the configuration file anticheat.
banlist.txt - ID's of banned users.
motd.txt - page with the message which will show if the user has come without anticheat provided that ucp_mode = 3.
ucp.exe - original file of a client part for matching by that for users
csfilelist.txt - the list of files for check in game Counter-Strike
czfilelist.txt - the list of files for check in game Condition-Zero
hlfilelist.txt - the list of files for check in game Half-Life
Commands
ucp_ban [nick/userid] [time in mins (optional)] - banned on a local server of the player on the identifier computer. If time banned it is not specified, or it is specified 0, banned forever.
ucp_banid [id] [time in mins (optional)] - banned on a local server of the player on the entered identifier. If time banned it is not specified, or it is specified 0, banned forever.
ucp_unban [id] - unbanned on a local server of the player on the entered identifier.
ucp_banlist - shows the list of banned players.
ucp_banlist_file [0/full file name] - path to a file where identifiers banneds users are stored. (default "0")
0 - will read a file from a directory by default ../cstrike/addons/amxmodx/configs/ucp/banlist.txt
otherwise specify a fully qualified path to a file.
ucp_version - shows version anticheat.
ucp_who - shows the list of players on a server.
ucp_screen [nick/userid] - removes a screenshot from the player and sends on a server in a format jpg on the selected protocol.
ucp_autoscreen [interval/0] - removes a screenshot from the player on the set time slice (on seconds). The minimum periodicity should be not below 60 seconds. (default "0")
ucp_mode [0/1/2/3] - On/OFF a plugin anticheat without server restarting. (default "2")
0 - plugin off
1 - plugin on (any operations are not undertaken if the user has come without anticheat)
2 - plugin on (kick during a choice for what time to play, or on the expiration ucp_timekick)
3 - plugin on (shows motd on the set interval ucp_delay and kick on the expiration ucp_timekick)
ucp_timekick [time in sec/0] - time in seconds, after the lapse of which kicked the user who was without anticheat. (default "60")
0 - infinity
ucp_delay [time in sec/0] - time slice in seconds for show motd.txt, provided that ucp_mode = 3. (default "10")
0 - infinity
ucp_tag [0/tag] - a tag which registers before anybody if have come without anticheat, provided that ucp_mode = 1 or 3. (default "0", the option means is switched off)
ucp_steam [1/0] - option that allow to join to server from steam clients. (default "0").
0 - off
1 - on
ucp_kickmsg [message] - the information on that it is necessary to include anticheat. (default "Game is not started through anticheat UCP!")
ucp_banmsg [message] - The information on that banned client on this server. (default "You are banned on this server!")
ucp_updatemsg [message] - The information on that it is necessary to restart anticheat for update. (default "Please, restart the anticheat for update!")
ucp_upload_mode [FTP/HTTP] - the protocol on which the sreen on a server will be sent. (default "FTP")
ucp_upload_host [address] - HOST or IP of server.
ucp_upload_port [number] - PORT server.
ucp_upload_user [login] - Login FTP server.
ucp_upload_pass [password] - Password FTP server.
ucp_upload_path [path] - Screens directory. (if current dir, write '/')
ucp_update [http url] - autoupdate of a server part with specified http a server.
ucp_filechecker [1/0] - option gives the chance to compare, specified in filelist.txt, files that for the client, and in case of an incongruity kicked. (default "1").
0 - off
1 - on