View Single Post
Donski
Senior Member
Join Date: Sep 2012
Old 06-04-2014 , 17:45   Re: AFK Manager (Version 3.5.2 / Updated July 13th 2013)
Reply With Quote #1441

Quote:
Originally Posted by Wolfseye View Post
Whats the Flag needed for Admin to not get kicked with this ? Set that to A in the .cfg but I still get kicked. Different flag ? Do I need Z for that ?
It's the very first cvar in the same cfg that you posted 2 blocks up.

Code:
// Admin Flag for immunity? Leave Blank for any flag.
// -
// Default: ""
sm_afk_admins_flag "a"
Also make sure you have the second one correctly configured:

Code:
// Should admins be immune to the AFK Manager? [0 = DISABLED, 1 = COMPLETE IMMUNITY, 2 = KICK IMMUNITY, 3 = MOVE IMMUNITY]
// -
// Default: "1"
sm_afk_admins_immune "1"
The flag in the cfg that you posted is A, not sure if it's case-sensitive. Try changing it to a small a maybe

Last edited by Donski; 06-04-2014 at 17:58.
Donski is offline