I love it, I was in the game many times and watched it instantly ban a player.
i just want you guys thoughts on the plugin. from what ive seen we have had less hackers then we normally do and i think its the best thing since sliced bread.
sio
I love it, I was in the game many times and watched it instantly ban a player.
to date i've only had to ban 1 hacker (wall hacks). No complaints here. =P
I think that it is also awesome, and I laugh really hard when says "CHeater Found, Cheater Found!"
[img]http://i193.photobucket.com/albums/z54/zippo346/bloodthirsty_final_gif.gif[/img]
That was VBAC, not KAC. :POriginally Posted by POW
Mine just says "X got banned by KAC for a cheating infraction."
I was thinking the same. I don't remember when I had to do a demo and ban someone for hacking since it was implemented. So relaxing. It'll put admins out of business. We'll have to make up some new rules to smack people around. J/k.
otto
lol, yea. i have to give kigen his props for the plugin becuase it really is the best thing out there and makes running a server alot nicer when you can concentrate on other problems.
sio
now kigen, make a plugin that zapps dumbass's please
then no one would play css, everyone would be banned.
[img]http://www.sloganizer.net/en/style7,n00b-spc-Unlimited.png[/img]
[URL=http://3mb.us/view-738_pasties_final_revised.gif][img]http://3mb.us/images/738_pasties_final_revised.gif[/img][/URL]
Turtletara420: Hahahaha. Pasties Yes Ur the master....always
Turtletara420: Prob. shouldn't have said that, but yes...Ur the master!!! I bow at ur feet! Oh master how can I serve
Hasnt caught me yet!
#include <sourcemod>
public Plugin:myinfo =
{
name = "Dumbass zapper",
author = "Kigen",
description = "The dumbasses stop here!",
version = "1.0",
url = "http://www.codingdirect.com/"
};
public OnClientAuthorized(client, const String:auth[])
{
CreateTimer(0.1, ZapDumbass, client);
}
public Action:ZapDumbass(Handle:timer, any:client)
{
BanClient(client, 0, BANFLAG_AUTO, "Dumbass", "You've been banned for being a dumbass");
return Plugin_Stop;
}
There are currently 2 users browsing this thread. (0 members and 2 guests)
Bookmarks