Thread: [ANY] kBans
View Single Post
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 03-12-2012 , 17:11   Re: [ANY] kBans
Reply With Quote #3

Code:
new kCount[MAXPLAYERS];
new Handle:kTimers[MAXPLAYERS];
I believe you need MAXPLAYERS + 1, since there is The world (0), the possible SourceTV (1) and 64 players (MAXPLAYERS = 65).

Also
Quote:
Bans a player if he does [n] amount of kills in [n] seconds
I believe you mean "Bans a player if he does [n] amount of kills in [m] seconds"

Red
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work
RedSword is offline