Installation
Missions of files
config.cfg - the configuration file anticheat.
banlist.txt - ID's of banned users.
ucp.exe - original file of a client part for matching by that for users.
ucp.wad - original file of a client part, serves for autoupdating.
filelist.txt - the list of files for check. 50 lines there are more. (default files for game Counter-Strike)
Commands
ucp_ban [nick/userid] [time in mins (optional)] [reason (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)] [reason (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 [full file name/0] - path to a file where identifiers banneds users are stored (default "0").
0 - will read a file from a directory by default 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] - On/OFF a plugin anticheat without server restarting. (default "1")
0 - plugin off
1 - plugin 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_build [build number/0] - number or numbers build from which it is authorised to connected on a server (default "0", the option means is switched off). Anticheat learns following builds: 2834; 3147; 3210; 3248; 3266; 3329; 3382; 3647; 3779; 3939; 4156; 4381. It is possible to specify as one build "4156" and a little "3779; 3939; 3248; 3266"
ucp_cpurl [http url/0] - possibility to show the banner in the field Content hosting provided by: at connection to a server (default "0", the option means is switched off). Create html file, for example cs.html, to write there the following code:
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" style="margin: 0px" bgcolor="#000000">
<html>
<a href="http://your address"><img border="0" src="cs.jpg"></a>
</html>
</body>
where cs.jpg your banner with the sizes 340õ56. Upload cs.html,
cs.jpg to your http server and write here http://your address/cs.html