Self-Compile:
Download the "antitk.sp" and save to your addons\sourcemod\
scripting directory.
Create a directory called "antitk" in the "scripting" folder so you have the following addons\sourcemod\
scripting\antitk
Download the "funcommands.sp" and save to the addons\sourcemod\scripting\
antitk directory you just created.
Download the "keyvalues.sp" and save to the addons\sourcemod\scripting\
antitk directory.
Code:
If you want SourceBans support and have SourceBans running:
Download the sourcebans.inc from:
http://sourcebans.googlecode.com/svn/tru…/sourcebans.inc
Save this file in the addons\sourcemod\scripting\include directory.
Code:
To Compile with Debug Enabled:
Open the "antitk.sp" in a text editor and set "_DEBUG" to 1
Compile the plugin and install as per normal.