-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom kick immunity flag in pugsetup_autokicker #326
Comments
Doesn't sm_pugsetup_admin_flag do this? |
thing is I want certain players (my friends) to immune from auto kick but I dont want to give them admin rights |
You could use a custom admin flag: https://wiki.alliedmods.net/Adding_Admins_(SourceMod)#Levels. Then they won't have admin rights. |
// Admin flag to mark players as having elevated permissions - e.g. can always pause,setup,end the game, etc. If I change that to this custom flag let say "t" and the players having flag "t" will not get kicked and doesnt have admin rights now? But it says "Admin flag to mark players as having elevated permissions" ?? Anything I am misunderstanding? |
Ah, yes, I see. You want immunity without extra command powers. Yeah, you
can't do that right now. A new cvar in the autokicker plugin would be fine
with me.
…On Sun, Apr 12, 2020, 11:35 PM Ishaan Kumar ***@***.***> wrote:
// Admin flag to mark players as having elevated permissions - e.g. can
always pause,setup,end the game, etc.
// -
// Default: "b"
sm_pugsetup_admin_flag "b"
If I change that to this custom flag let say "t" and the players having
flag "t" will not get kicked and doesnt have admin rights now? But it says
"Admin flag to mark players as having elevated permissions" ??
Anything I am misunderstanding?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#326 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAORUVQXJQRCVAHD7NJKCCLRMKXCHANCNFSM4MFP5P2A>
.
|
Yes I want immunity without the players having extra powers. So can we expect this in future? Add to to do list? |
Right now, we can enable if we can immune admins or not
Can we immune only certains players having flag "b" or flag "o" or any other custom flag
The text was updated successfully, but these errors were encountered: