JFGI, GPL means everyone can and should have source code and modify it for their needs until it's not for the commercial porpoises. And this is the best thing that ever happened in software industry.twozcar wrote: please explain this one kigen thx in advance
Search found 6 matches
- Sun Nov 14, 2010 2:06 pm
- Forum: Suggestions
- Topic: Disable KAC global bans?
- Replies: 20
- Views: 112711
Re: Disable KAC global bans?
- Sat Nov 13, 2010 4:04 pm
- Forum: Suggestions
- Topic: kac_client_antispamconnect request
- Replies: 0
- Views: 67182
kac_client_antispamconnect request
Kigen, please modify default sourcecode of client.sp to something like this to let some peaple from the same lan to connect to the server. new iClientConnectionsCount = 0; for(new i=0;i<MAX_CONNECTIONS;i++) { if (StrEqual(g_sClientConnections[i], f_sClientIP)) iClientConnectionsCount++; if (iClientC...
- Tue Nov 02, 2010 2:08 pm
- Forum: Announcements
- Topic: Kigen's Anti-Cheat Download
- Replies: 148
- Views: 1650854
Re: Kigen's Anti-Cheat Download
Just download 5 or 6 files from google code page.
- Mon Sep 06, 2010 8:46 am
- Forum: Announcements
- Topic: Kigen's Anti-Cheat Download
- Replies: 148
- Views: 1650854
Re: KAC 1.2 Open Beta
Kigen, could you please replace in
public Action:Eyetest_Timer(Handle:timer, any:we)
"i" with "client", so that the ban time process would shorten in half due to the unified find/replace pattern.
public Action:Eyetest_Timer(Handle:timer, any:we)
"i" with "client", so that the ban time process would shorten in half due to the unified find/replace pattern.
- Sun Aug 01, 2010 2:18 pm
- Forum: Announcements
- Topic: Kigen's Anti-Cheat Download
- Replies: 148
- Views: 1650854
Re: KAC 1.2 Open Beta
Thanks, the first link doesn't work thought, but since there is only 9 files, I downloaded them from Google code.
- Sun Aug 01, 2010 1:56 pm
- Forum: Announcements
- Topic: Kigen's Anti-Cheat Download
- Replies: 148
- Views: 1650854
Re: KAC 1.2 Open Beta
Could you please update the source code on the first page, since it's:
I prefer to edit plugin in order to give limited time bans instead of pernbans.
Code: Select all
#define PLUGIN_VERSION "1.2.1.1"