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

[ANY] AFK Manager (Version 4.3.0 / Updated July 2nd 2018)


Post New Thread Reply   
 
Thread Tools Display Modes
Rothgar
Veteran Member
Join Date: Nov 2007
Old 07-08-2012 , 06:21   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1091

Quote:
Originally Posted by Gallomimia View Post
It's called Nuclear Dawn.

So, it would be nice if we could make the plugin notice someone as "not afk" if they are picking a class or execute a change team from spectator to some actual player team.
ok haven't tested Nuclear Dawn, I'll see if Viper can help.
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
carbunkle
New Member
Join Date: Aug 2011
Old 07-13-2012 , 12:24   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1092

Edit: Nevermind. Problem solved. Thanks for keeping this plugin up to date, Rothgar!

Last edited by carbunkle; 07-13-2012 at 17:56.
carbunkle is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 07-15-2012 , 12:13   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1093

Rothgar,

Quick note on using this with CS:GO (beta):
Code:
46 <Error> "AFK Manager" (3.4.3) by Rothgar
         Load Errors:
         AFK Manager: Error detected in plugin startup (see error logs)
But no error log created

And it appears to be working so I don't know what's up

...:: TnT Edit ::...

Resolution on Post 1097
__________________
View my Plugins | Donate

Last edited by TnTSCS; 07-18-2012 at 13:48.
TnTSCS is offline
Rothgar
Veteran Member
Join Date: Nov 2007
Old 07-17-2012 , 05:31   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1094

Quote:
Originally Posted by TnTSCS View Post
Rothgar,

Quick note on using this with CS:GO (beta):
Code:
46 <Error> "AFK Manager" (3.4.3) by Rothgar
         Load Errors:
         AFK Manager: Error detected in plugin startup (see error logs)
But no error log created

And it appears to be working so I don't know what's up
You mean in the sourcemod/logs folder there is no error log at all? Are there any logs? Does it have permission to write to that folder?
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 07-17-2012 , 16:01   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1095

yes there are logs... there's even the running AFK manager log... just no error log... very strange
__________________
View my Plugins | Donate
TnTSCS is offline
Rothgar
Veteran Member
Join Date: Nov 2007
Old 07-18-2012 , 04:14   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1096

Quote:
Originally Posted by TnTSCS View Post
yes there are logs... there's even the running AFK manager log... just no error log... very strange
Well I have no idea then unless you can see the console and maybe try a manual load? See if it spews anything?
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 07-18-2012 , 13:02   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1097

I'll try that now and let you know
I'm dumb


Somehow, the access permissions for the log folder was changed. After I added the appropriate permissions, no Error with the AFKManager... weird that other plugins weren't complaining...

Anyways, above issue resolved. Although, I'm using a slightly modified version:
Added,
PHP Code:
    else if (strcmp(game_mod"csgo"false) == 0)
    {
        
LogAction(0, -1"[AFK Manager] %T""CSTRIKE"LANG_SERVER);
        
CSTRIKE true;
    } 
starting at line 449
truncated diff
__________________
View my Plugins | Donate

Last edited by TnTSCS; 07-18-2012 at 13:42.
TnTSCS is offline
Rothgar
Veteran Member
Join Date: Nov 2007
Old 07-18-2012 , 18:52   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1098

Quote:
Originally Posted by TnTSCS View Post
I'll try that now and let you know
I'm dumb


Somehow, the access permissions for the log folder was changed. After I added the appropriate permissions, no Error with the AFKManager... weird that other plugins weren't complaining...

Anyways, above issue resolved. Although, I'm using a slightly modified version:
Added,
PHP Code:
    else if (strcmp(game_mod"csgo"false) == 0)
    {
        
LogAction(0, -1"[AFK Manager] %T""CSTRIKE"LANG_SERVER);
        
CSTRIKE true;
    } 
starting at line 449
truncated diff
Do you know if CS:GO has the same problems as CS:S?

i.e. the only reason that modification/detection was beneficial was to fix:

Valve was calling player_spawn when joining the Spectator team I believe??? I had to patch this...

Valve required me to suicide players that were AFK as I believe if you were the last player on the team and were moved as AFK without being suicided the round would not end properly? (Memory is a bit hazed on this one)



Do you know what cvar CS:GO uses for the default AFK features? is it mp_idledealmethod like TF2 or mp_autokick or something else?
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 07-19-2012 , 00:05   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1099

it appears to work like CS:S... only has mp_autokick

find idle resulted in negative results
__________________
View my Plugins | Donate
TnTSCS is offline
Rothgar
Veteran Member
Join Date: Nov 2007
Old 07-19-2012 , 18:26   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1100

Quote:
Originally Posted by TnTSCS View Post
it appears to work like CS:S... only has mp_autokick

find idle resulted in negative results
Ok, I'll try to get a small test plugin created at some stage and maybe you can test the other aspects.
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
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 23:45.


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