Raised This Month: $51 Target: $400
 12% 

Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)


Post New Thread Reply   
 
Thread Tools Display Modes
Laplace
SourceMod Donor
Join Date: Aug 2010
Location: Germany
Old 01-22-2012 , 09:44   Re: Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)
Reply With Quote #511

Hello Rothgar,

PHP Code:
[SMPlugin antitk.smx failed to loadCould not find required plugin "SourceBans"
Before i switched to SM 1.4 I copied one of our GameServers on our root to test the new SM with the "old" plugins. Your plugin works with the absolutely same plugin constellation and SM 1.3.8 - but not with 1.4. Then I tried to run it without SourceBans support and SM 1.4. This works but I preffer to run it with SB support.
Would be fine to get this fixed, thx in advance.

BR Laplace
Laplace is offline
Send a message via ICQ to Laplace
Rothgar
Veteran Member
Join Date: Nov 2007
Old 01-23-2012 , 15:57   Re: Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)
Reply With Quote #512

So have you confirmed the sourcebans plugin is working properly?
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 02-02-2012 , 10:15   Re: Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)
Reply With Quote #513

Quote:
Originally Posted by hakkebirne View Post
There was 1 warning every time i compile the antitk.sp > antitk.smx:


./compile.sh antitk.sp
Compiling antitk.sp...SourcePawn Compiler 1.3.8
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC

antitk.sp(2512) : warning 203: symbol is never used: "RemoveTKer"
Header size: 6052 bytes
Code size: 60012 bytes
Data size: 32624 bytes
Stack/heap size: 16384 bytes; Total requirements: 115072 bytes

1 Warning.

>

Maybe there is the fault?

Thanks!

Chris

Same error here, I have sourcebans.inc in my scripting/includes folder and followed the instructions. Obvious problem with the script itself.

Using Sourcemod 1.4.0

Last edited by Nolongerinthegame; 02-02-2012 at 10:23.
Nolongerinthegame is offline
gjaken05
SourceMod Donor
Join Date: Sep 2009
Old 03-10-2012 , 17:34   Re: Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)
Reply With Quote #514

See if this version fixes the SourceBans problem. Just remove the old AntiTK plugin and replace it with this one.

Also here is the keyvalues fix
Attached Files
File Type: smx antitk_sb.smx (35.8 KB, 279 views)
File Type: sp Get Plugin or Get Source (keyvalues.sp - 260 views - 6.1 KB)
File Type: zip Anti-TK SourceBans.zip (60.8 KB, 336 views)
File Type: sp Get Plugin or Get Source (antitk_sb.sp - 291 views - 75.1 KB)

Last edited by gjaken05; 07-01-2012 at 19:51.
gjaken05 is offline
Rothgar
Veteran Member
Join Date: Nov 2007
Old 06-28-2012 , 18:42   Re: Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)
Reply With Quote #515

Quote:
Originally Posted by gjaken05 View Post
See if this version fixes the SourceBans problem. Just remove the old AntiTK plugin and replace it with this one.

Also here is the keyvalues fix
I am going to have your version removed. It does not do anything to change the "sourcebans" including except change my tryinclude to an actual include statement...

I'll look at the latest version of SourceBans later and see if they changed the headers, otherwise the plugin should work if the sourcebans include is correctly installed into the includes folder in both my original version or the one you posted...

Unless you can provide any further legitimate reasoning as to why yours "fixes" sourcebans.

TheKeyvalue warning is not breaking anything, it's simply a function I started creating but am not currently using. No impact to the plugin whatsoever.

Last edited by Rothgar; 06-28-2012 at 18:46.
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
gjaken05
SourceMod Donor
Join Date: Sep 2009
Old 07-01-2012 , 19:50   Re: Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)
Reply With Quote #516

I just thought maybe a quick fix was in order since your last post in this thread was Jan 2012 and the Sourcebans update happened in Nov 2011. You didn't provide a fix to support SourceBans so I fixed the problem on my server then provided an quick update.

SourceBans new update added a define to the .inc file.
Code:
public SharedPlugin:__pl_sourcebans = 
{
	name = "SourceBans",
	file = "sourcebans.smx",
#if defined REQUIRE_PLUGIN
    required = 1
#else
    required = 0
#endif
};
Keyvalues: I just don't like any errors.
gjaken05 is offline
Rothgar
Veteran Member
Join Date: Nov 2007
Old 07-17-2012 , 05:41   Re: Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)
Reply With Quote #517

Quote:
Originally Posted by gjaken05 View Post
I just thought maybe a quick fix was in order since your last post in this thread was Jan 2012 and the Sourcebans update happened in Nov 2011. You didn't provide a fix to support SourceBans so I fixed the problem on my server then provided an quick update.

SourceBans new update added a define to the .inc file.
Code:
public SharedPlugin:__pl_sourcebans = 
{
    name = "SourceBans",
    file = "sourcebans.smx",
#if defined REQUIRE_PLUGIN
    required = 1
#else
    required = 0
#endif
};
Keyvalues: I just don't like any errors.
I still fail to understand what your "fixing".

Is the error not saying that the SourceBans plugin is not running? Therefore it seems like it was properly compiled with SourceBans support but the SourceBans plugin is not running to interact with?
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
IcEWoLF
Senior Member
Join Date: Jul 2007
Old 07-19-2012 , 23:45   Re: Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)
Reply With Quote #518

Hey guys, I am not exactly understanding this, I need users to be able to be spawn protected from TK's for at least 10 seconds, how do I configure this? I am a bit unsure of this.
IcEWoLF is offline
Rothgar
Veteran Member
Join Date: Nov 2007
Old 07-20-2012 , 23:46   Re: Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)
Reply With Quote #519

Quote:
Originally Posted by IcEWoLF View Post
Hey guys, I am not exactly understanding this, I need users to be able to be spawn protected from TK's for at least 10 seconds, how do I configure this? I am a bit unsure of this.
There is no spawn protection but round start protection.

The cvars are on the main page?
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
IcEWoLF
Senior Member
Join Date: Jul 2007
Old 07-21-2012 , 16:15   Re: Anti-TK Manager (Version 1.1.3 / Updated January 19 2011)
Reply With Quote #520

I see, I guess I misunderstood the settings.
IcEWoLF is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode