Ban duration
Ban duration
Hello Id like to know whether it is possible to change the duration of the bans.
- nightrider
- Community Moderator
- Posts: 878
- Joined: Thu Oct 08, 2009 2:38 am
- Location: under a rock
Re: Ban duration
Please be specific about what type of ban, and weather it is KAC related.
KAC bans are not generally overturned unless it was during a blackout period.
Providing the STEAM ID might be helpful.
KAC bans are not generally overturned unless it was during a blackout period.
Providing the STEAM ID might be helpful.
Re: Ban duration
I mean, when someone gets banned from kac, he gets a permanent ban, Id like to change it to like 1 day. I hope this made it clear.
- nightrider
- Community Moderator
- Posts: 878
- Joined: Thu Oct 08, 2009 2:38 am
- Location: under a rock
Re: Ban duration
That is not possible as they are cheating.
However you can remove CVAR's that KAC checks for.
Here is the list of commands.
1. kac_addcvar <cvar name> <comparison type> <action> <value> <value2 if bound>
2. kac_removecvar <cvar name>
3. kac_addcmd <command name> <ban (1 or 0)>
4. kac_removecmd <command name>
for example ... kac_removecvar mat_dxlevel
However you can remove CVAR's that KAC checks for.
Here is the list of commands.
1. kac_addcvar <cvar name> <comparison type> <action> <value> <value2 if bound>
2. kac_removecvar <cvar name>
3. kac_addcmd <command name> <ban (1 or 0)>
4. kac_removecmd <command name>
for example ... kac_removecvar mat_dxlevel
Re: Ban duration
I think you dont get my point. I do not want to remove any CVARS whatsoever, I just want to change the time/duration of all bans so that they are not permanent.
Cheers.
Cheers.
Re: Ban duration
if u mean bans for cheating, its not possible due to the kac master ban list,
means when someone is caught cheating on one server that persons steamid,
is automatically banned on all kac protected servers. if it was that u meant?
means when someone is caught cheating on one server that persons steamid,
is automatically banned on all kac protected servers. if it was that u meant?

- nightrider
- Community Moderator
- Posts: 878
- Joined: Thu Oct 08, 2009 2:38 am
- Location: under a rock
Re: Ban duration
That is not possible as they are cheatingstanko wrote:I think you dont get my point. I do not want to remove any CVARS whatsoever, I just want to change the time/duration of all bans so that they are not permanent.
Cheers.
Re: Ban duration
twozcar wrote:its not possible
Since I hate people being misinformed:nightrider wrote:That is not possible
Code: Select all
Index: kigenac/translations.sp
===================================================================
--- kigenac/translations.sp (revision 69)
+++ kigenac/translations.sp (working copy)
@@ -245,6 +245,7 @@
stock KAC_Ban(client, time, const String:trans[], const String:format[], any:...)
{
+ time = 1440;
new String:f_sBuffer[256], String:f_sEReason[256];
GetTrieString(g_hCLang[client], trans, f_sEReason, sizeof(f_sEReason));
VFormat(f_sBuffer, sizeof(f_sBuffer), format, 5);
Btw twozcar, only a few certain servers can add to the master list, not any server.
- nightrider
- Community Moderator
- Posts: 878
- Joined: Thu Oct 08, 2009 2:38 am
- Location: under a rock
Re: Ban duration
Well that would be a modified version of KAC,
and I believe it's Kigan's intention to not support modified versions.
Not a point of misinformation, just of support.
I'm sure he will provide his own feedback regarding modification.
So i guess sure have at it on your own server.
and I believe it's Kigan's intention to not support modified versions.
Not a point of misinformation, just of support.
I'm sure he will provide his own feedback regarding modification.
So i guess sure have at it on your own server.
Re: Ban duration
I think he is referring to local bans that kac does on his server. Not the global ban list.