View Single Post
ehha
SourceMod Donor
Join Date: Apr 2006
Location: Sibiu
Old 10-01-2008 , 12:26   Re: AimBot Detection
Reply With Quote #5

Quote:
Originally Posted by blazenam View Post
excause me,will it automatically kick or ban player if it detected an aimbot?
PHP Code:
//Punish methods
#define KICK_ONLY      1 
#define KICK_AND_BAN   2
#define SHOOT_BLANKS   3

//The punishment to use
#define PUNISHMENT     SHOOT_BLANKS 
In this configuration it makes the cheater shoot blanks, you can replace SHOOT_BLANKS with KICK_ONLY or KICK_AND_BAN.
ehha is offline