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

[Source 2009] Tidy Kick


Post New Thread Reply   
 
Thread Tools Display Modes
eric0279
AlliedModders Donor
Join Date: May 2007
Old 08-07-2012 , 23:03   Re: [Source 2009] Tidy Kick
Reply With Quote #11

The message: disconnected by

that makes it better: kicked by

Nice plugin !

Thanks for edit

Last edited by eric0279; 08-07-2012 at 23:04.
eric0279 is offline
Chris-_-
SourceMod Donor
Join Date: Oct 2008
Old 08-08-2012 , 04:59   Re: [Source 2009] Tidy Kick
Reply With Quote #12

EDIT: I suggest making a fallback to KickClient if there's ways to bypass the ClientCommand

Last edited by Chris-_-; 08-08-2012 at 05:49.
Chris-_- is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-08-2012 , 22:08   Re: [Source 2009] Tidy Kick
Reply With Quote #13

Have you tried using ReconnectClient instead of "retry"?
__________________
asherkin is offline
minimoney1
SourceMod Donor
Join Date: Dec 2010
Old 08-08-2012 , 22:17   Re: [Source 2009] Tidy Kick
Reply With Quote #14

Quote:
Originally Posted by asherkin View Post
Have you tried using ReconnectClient instead of "retry"?
This is the discussion that came up before and the conclusion was that it doesn't work, but I haven't tried it.
minimoney1 is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 08-09-2012 , 22:18   Re: [Source 2009] Tidy Kick
Reply With Quote #15

Plugin updated to v1.1.0. Added fallback to regular kick if the client somehow blocks the ClientCommand.
__________________
Dr. McKay is offline
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 12-19-2012 , 05:11   Re: [Source 2009] Tidy Kick
Reply With Quote #16

Your current tidykick.inc is incorrect.

You need two underscores on line 17 and 28 (i.e. "_pl_tidykick_SetNTVOptional" --> "__pl_tidykick_SetNTVOptional"), also, L17 needs to be the prefix of the symbol on line L28 :

Code:
public SharedPlugin:__pl_tidykick = {
	name = "tidykick",
	file = "tidykick.smx",
#if defined REQUIRE_PLUGIN
	required = 1
#else
	required = 0
#endif
};

#if !defined REQUIRE_PLUGIN
public __pl_tidykick_SetNTVOptional() {
	MarkNativeAsOptional("TidyKickClient");
}
#endif
The previous did work. I tried with _ccc or with one underscore; neither worked.

What I believe it needs to be is in this attachment.
__________________
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

Last edited by RedSword; 12-19-2012 at 05:33.
RedSword is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 12-19-2012 , 18:18   Re: [Source 2009] Tidy Kick
Reply With Quote #17

Quote:
Originally Posted by RedSword View Post
Your current tidykick.inc is incorrect.

You need two underscores on line 17 and 28 (i.e. "_pl_tidykick_SetNTVOptional" --> "__pl_tidykick_SetNTVOptional"), also, L17 needs to be the prefix of the symbol on line L28 :

Code:
public SharedPlugin:__pl_tidykick = {
	name = "tidykick",
	file = "tidykick.smx",
#if defined REQUIRE_PLUGIN
	required = 1
#else
	required = 0
#endif
};

#if !defined REQUIRE_PLUGIN
public __pl_tidykick_SetNTVOptional() {
	MarkNativeAsOptional("TidyKickClient");
}
#endif
The previous did work. I tried with _ccc or with one underscore; neither worked.

What I believe it needs to be is in this attachment.
Fixed.
__________________
Dr. McKay is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 02-21-2013 , 14:25   Re: [Source 2009] Tidy Kick
Reply With Quote #18

Another amazing plugin from my new favorite plugin creator (move over FlaminSarge)! Why and how are you so amazing, Dr. McKay?
404UserNotFound is offline
Hackmastr
Member
Join Date: Sep 2013
Old 09-07-2014 , 10:13   Re: [Source 2009] Tidy Kick
Reply With Quote #19

Dr. McKay, the plugins isn't working as it should, it now reconnects the target. I used in a local envirenment, by using @me.

Last edited by Hackmastr; 09-07-2014 at 10:13.
Hackmastr is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 09-08-2014 , 00:34   Re: [Source 2009] Tidy Kick
Reply With Quote #20

Quote:
Originally Posted by Hackmastr View Post
Dr. McKay, the plugins isn't working as it should, it now reconnects the target. I used in a local envirenment, by using @me.
It probably doesn't work on TF2 outside of SM 1.6.

Either way, don't use it. It's stupid and gimmicky.
__________________
Dr. McKay 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 18:24.


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