Raised This Month: $32 Target: $400
 8% 

[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 11-10-2017 , 03:24   Re: AFK Manager (Version 4.1.5 / Updated June 18th 2017)
Reply With Quote #1821

Quote:
Originally Posted by eziosid View Post
is this work for l4d2 versus 10vs10 ??
Maybe? Have you tried it?

Quote:
Originally Posted by mlov420 View Post
I would be very interested in checking out that development version and/or discussing potential changes. I love this plugin, it's extremely useful just on it's own. I have some ideas I would like to explore that are greatly helped by the forwards of this plugin but the frequency in which they are called is too much for what I want to do because it would create some spammy, unwelcome things.
What I meant is I believe it's already in the plugin, just I didn't add it to the include file as I wasn't sure how I thought it should be completed or how people would want to use it, you can try add to the .inc file:

forward Action AFKM_OnAFKEvent(const char[] name, int client);

See if that works.

Here are some previous posts:
https://forums.alliedmods.net/showpo...postcount=1693
https://forums.alliedmods.net/showpo...postcount=1718
https://forums.alliedmods.net/showpo...postcount=1720

Last edited by Rothgar; 11-10-2017 at 21:30.
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
Rothgar
Veteran Member
Join Date: Nov 2007
Old 11-11-2017 , 16:42   Re: AFK Manager (Version 4.1.5 / Updated June 18th 2017)
Reply With Quote #1822

I've also just fixed a couple of bugs in the dead players spectator checks which I'll release soon hopefully it won't break other games I checked in CS:GO.

It seems that the Freezecam mode was causing in some cases the timers to reset, I now treat Freezecam like Deathcam.

I also found that the timers were resetting at least if all players were killed i.e. sm_slay @all which was causing the Observer Target to become invalid and was being treated as a timer reset.

I've also at the moment re-added some code to pause the checking during the CS:GO warmup round.

I'll look at releasing the update later today if I don't hear on the forward.
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
Rothgar
Veteran Member
Join Date: Nov 2007
Old 11-11-2017 , 17:05   Re: AFK Manager (Version 4.1.5 / Updated June 18th 2017)
Reply With Quote #1823

Quote:
Originally Posted by paulo_crash View Post
Suggestions for future updates:
1 - The minimum amount of players for the plugin to work leave the same either to kick or move;

BUG I found:
I set up to move the players with privileges and kick players without privileges.
Only he is moving all players, not checking if he has privileges or not.

The config file I use is attached.

I also updated the PT translation of the plugin, it is also attached

Regarding the BUG that I quoted would be some problem in the plugin or did I configure it wrong?
Sorry I must have missed this, I believe the way you are trying to use the immunity is wrong, it's only making whoever you set to be immune i.e. players with the "b" admin flag immune to being kicked, it will still be moving all players and anyone without the "b" flag will be kicked hopefully that makes sense.

Thanks also for the Portugese translation updates, before I update them can you confirm if the "Move_Announce" and "Move_Log" should be using "spectador" or "espectador"?

Thanks.
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
Rothgar
Veteran Member
Join Date: Nov 2007
Old 11-13-2017 , 03:55   Re: AFK Manager (Version 4.1.6 / Updated November 12th 2017)
Reply With Quote #1824

Version 4.1.6 released.

I know some people were saying the exclude dead cvar was not working but I could not replicate this, it was excluding when I had it set?
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
Michauux
Member
Join Date: Nov 2015
Old 11-13-2017 , 12:15   Re: AFK Manager (Version 4.1.6 / Updated November 12th 2017)
Reply With Quote #1825

Error logs compile Sourcemod 1.8 - 6027

AFK Manager Version 4.1.6

afk_manager4.sp(145) : error 021: symbol already defined: "g_sPrefix"

//Edit

The compilation worked flawlessly on Sourcemod 1.7 - 5332

Last edited by Michauux; 11-13-2017 at 12:59.
Michauux is offline
Lucky_luck
AlliedModders Donor
Join Date: May 2011
Location: Germany
Old 11-13-2017 , 18:47   Re: AFK Manager (Version 4.1.6 / Updated November 12th 2017)
Reply With Quote #1826

i have this in error.log

Code:
L 11/13/2017 - 23:41:13: [SM] Exception reported: Property "m_bWarmupPeriod" not found on the gamerules proxy
L 11/13/2017 - 23:41:13: [SM] Blaming: afk_manager4.smx
L 11/13/2017 - 23:41:13: [SM] Call stack trace:
L 11/13/2017 - 23:41:13: [SM]   [0] GameRules_GetProp
L 11/13/2017 - 23:41:13: [SM]   [1] Line 1608, afk_manager4.sp::Event_RoundStart
L 11/13/2017 - 23:41:16: [SM] Exception reported: Property "m_bWarmupPeriod" not found on the gamerules proxy
L 11/13/2017 - 23:41:16: [SM] Blaming: afk_manager4.smx
L 11/13/2017 - 23:41:16: [SM] Call stack trace:
L 11/13/2017 - 23:41:16: [SM]   [0] GameRules_GetProp
L 11/13/2017 - 23:41:16: [SM]   [1] Line 1627, afk_manager4.sp::Event_RoundFreezeEnd
Lucky_luck is offline
eziosid
Senior Member
Join Date: Sep 2017
Old 11-14-2017 , 01:30   Re: AFK Manager (Version 4.1.6 / Updated November 12th 2017)
Reply With Quote #1827

is this compatible with this plugin https://forums.alliedmods.net/showth...31#post2393931
superversus 10vs10 .?
eziosid is offline
Rothgar
Veteran Member
Join Date: Nov 2007
Old 11-14-2017 , 02:34   Re: AFK Manager (Version 4.1.6 / Updated November 12th 2017)
Reply With Quote #1828

Quote:
Originally Posted by Lucky_luck View Post
i have this in error.log

Code:
L 11/13/2017 - 23:41:13: [SM] Exception reported: Property "m_bWarmupPeriod" not found on the gamerules proxy
L 11/13/2017 - 23:41:13: [SM] Blaming: afk_manager4.smx
L 11/13/2017 - 23:41:13: [SM] Call stack trace:
L 11/13/2017 - 23:41:13: [SM]   [0] GameRules_GetProp
L 11/13/2017 - 23:41:13: [SM]   [1] Line 1608, afk_manager4.sp::Event_RoundStart
L 11/13/2017 - 23:41:16: [SM] Exception reported: Property "m_bWarmupPeriod" not found on the gamerules proxy
L 11/13/2017 - 23:41:16: [SM] Blaming: afk_manager4.smx
L 11/13/2017 - 23:41:16: [SM] Call stack trace:
L 11/13/2017 - 23:41:16: [SM]   [0] GameRules_GetProp
L 11/13/2017 - 23:41:16: [SM]   [1] Line 1627, afk_manager4.sp::Event_RoundFreezeEnd
What mod are you running and what version of SourceMod?

Quote:
Originally Posted by eziosid View Post
is this compatible with this plugin https://forums.alliedmods.net/showth...31#post2393931
superversus 10vs10 .?
Maybe, you'd need to try it?

Last edited by Rothgar; 11-14-2017 at 02:35.
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
Rothgar
Veteran Member
Join Date: Nov 2007
Old 11-14-2017 , 02:44   Re: AFK Manager (Version 4.1.6 / Updated November 12th 2017)
Reply With Quote #1829

Quote:
Originally Posted by Michauux View Post
Error logs compile Sourcemod 1.8 - 6027

AFK Manager Version 4.1.6

afk_manager4.sp(145) : error 021: symbol already defined: "g_sPrefix"

//Edit

The compilation worked flawlessly on Sourcemod 1.7 - 5332
Were you trying to compile with More Colors or any of the additional includes because I tried just now with only the afk_manager4.sp on 1.8 6036 and it worked fine?
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
Lucky_luck
AlliedModders Donor
Join Date: May 2011
Location: Germany
Old 11-14-2017 , 05:26   Re: AFK Manager (Version 4.1.6 / Updated November 12th 2017)
Reply With Quote #1830

Sourcemod 1.8.0.5967 and CS:S
Lucky_luck is offline
Reply


Thread Tools
Display Modes

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 01:09.


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