Description: CS 1.5 Anti "cmd dlfile" Plugin
===============================
CS 1.5 is very very old, but many players still like CS 1.5.
CS 1.5 has many bugs. One of bug is, when cvar sv_allowdownload is 1, player can use command like "cmd dlfile maps/de_dust2.bsp" in console to attack server.
This plugin can fix this bug.
1. Requirement
metamod v1.19
2. Installation Steps
(1) Create new folder "{MODDIR}/addons/antidlfile"
(2) Copy file "antidlfile.dll" or "antidlfile_i386.so" to folder "{MODDIR}/addons/antidlfile"
(3) Add a new line in "{MODDIR}/addons/metamod/plugins.ini" (Windows):
win32 addons/antidlfile/antidlfile.dll
or (Linux)
linux addons/antidlfile/antidlfile_i386.so
(4) Restart your CS1.5 server. If you see "[ANTI-DLFILE] Patch "cmd dlfile" successful!" in server console, it means the patch is applied.
File list (Check if you may need any files):
bin
...\Linux
...\.....\antidlfile_i386.so
...\Windows
...\.......\antidlfile.dll
readme_cn.txt
readme_en.txt
src
...\antidlfile.rc
...\h_export.cpp
...\makefile
...\meta_api.cpp
...\msvc
...\....\antidlfile.def
...\....\antidlfile.sln
...\....\antidlfile.vcproj