Raised This Month: $ Target: $400
 0% 

Basic AFK Manager


Post New Thread Reply   
 
Thread Tools Display Modes
dann
Senior Member
Join Date: Nov 2007
Old 07-29-2008 , 16:08   Re: Basic AFK Manager
Reply With Quote #41

no its not doing anything. I'll play around with it more once the servers die again tonight.
dann is offline
Mosalar
Senior Member
Join Date: Jul 2004
Location: Tampa Fl
Old 07-29-2008 , 16:11   Re: Basic AFK Manager
Reply With Quote #42

Hey Liam, same prob here. I tested with these settings
Code:
sm_adminsimmune "0"
sm_afkenable "1
sm_minplayerskick "1"
sm_minplayersmove "1"
sm_timetokick "120.0"
sm_timetomove "60.0"
1 admin and 3 regular players. We all met, picked an focus point, and walked away from the pc's for 4+ mins. No one was moved or kicked.

DoD:S win2k3 x64
MM:S v1.6.2.703V
Sm v1.1.$PREVISION.2343
Mosalar is offline
Liam
SourceMod Developer
Join Date: Jan 2008
Location: Atlanta, GA
Old 07-29-2008 , 16:40   Re: Basic AFK Manager
Reply With Quote #43

This is on DoD:S?

I know it works on TF2 and CSS. I was just on CSS and watched it move someone and then kick them.
__________________
Please don't PM me for support of my plugins. If you have a question, reply in the appropriate thread.

Weapon Restrictions w/ Warmup
High Ping Kicker - Lite Edition
AFK Manager
Liam is offline
Mosalar
Senior Member
Join Date: Jul 2004
Location: Tampa Fl
Old 07-29-2008 , 17:34   Re: Basic AFK Manager
Reply With Quote #44

Yes on dod:s. But I changed the team number and recompiled to match dod teams (3 is spec).
Code:
if(f_SamePlace || f_Team == 3) // 1 == spec on TF2 and CSS
Code:
new f_Team = GetClientTeam(client);

		if(f_Team > 3)
			ChangeClientTeam(client, 3); // 1 == spec on TF2 and CSS
		return;
Did I miss something?

Last edited by Mosalar; 07-29-2008 at 17:34. Reason: I can't spell
Mosalar is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 07-29-2008 , 17:36   Re: Basic AFK Manager
Reply With Quote #45

Edit: need to learn to refresh. But anyway, that can't be right Mosalar. 1 is spec in all Source games. 3 is Axis, 2 is Allies.
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline
Mosalar
Senior Member
Join Date: Jul 2004
Location: Tampa Fl
Old 07-29-2008 , 17:52   Re: Basic AFK Manager
Reply With Quote #46

gahhhh, you're right. When it didn't work as default (team 1), I mistakenly thought dods was team3 (choose team menu).
So I've tried it both ways now. meh, still doesn't work :-)
Mosalar is offline
dann
Senior Member
Join Date: Nov 2007
Old 07-29-2008 , 19:16   Re: Basic AFK Manager
Reply With Quote #47

Quote:
Originally Posted by Liam View Post
This is on DoD:S?

I know it works on TF2 and CSS. I was just on CSS and watched it move someone and then kick them.
im having problems with tf:2
dann is offline
marrr
Senior Member
Join Date: Jun 2008
Old 07-29-2008 , 21:30   Re: Basic AFK Manager
Reply With Quote #48

we need to delete mp_idledealmethod , and mp_idlemaxtime from server.cfg correct?
marrr is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 07-30-2008 , 07:05   Re: Basic AFK Manager
Reply With Quote #49

You can't disable TF2's built in AFK manager, so I'd suggest you delete mp_idledealmethod and set mp_idlemaxtime to a high number, so it doesn't kick you before the plugin does.
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline
marrr
Senior Member
Join Date: Jun 2008
Old 07-30-2008 , 10:52   Re: Basic AFK Manager
Reply With Quote #50

Quote:
Originally Posted by DJ Tsunami View Post
You can't disable TF2's built in AFK manager, so I'd suggest you delete mp_idledealmethod and set mp_idlemaxtime to a high number, so it doesn't kick you before the plugin does.
ok thanks
marrr 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 02:10.


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