This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Question For Admin Support #194
Answered
by
sapphonie
AndrewM521
asked this question in
Q&A
-
Does this support alerting multiple admins if a player is suspected or detected as cheating? If so, I don't see where I can add more admins to alert. I have people as admins through SourceMod with its built in admin groups, but it doesn't alert anyone except me. |
Beta Was this translation helpful? Give feedback.
Answered by
sapphonie
Nov 6, 2023
Replies: 1 comment 1 reply
-
bool is_player_admin(int client)
{
/* Todo: I don't know if this is correct. */
return CheckCommandAccess(client, "", ADMFLAG_GENERIC | ADMFLAG_KICK | ADMFLAG_SLAY, true);
} If clients have all those flags, they should see detections |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sapphonie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If clients have all those flags, they should see detections