Skip to content
azalty edited this page Jan 31, 2022 · 4 revisions

What's a check?

In this plugin, a 'check' works like this:

  • If user passed none of the checks, kick him
  • If user passed at least 1 check, allow him
  • The kick punishment will apply once all checks are done

Some methods can also be set to 'kick' mode, in this case, if the verification is not passed, the player will be kicked, even if he passed at least 1 check

What if I don't want any check?

Don't setup any 'check' method, and the check system won't be enabled.
Warning: having only 1 check isn't recommended as it will pretty much work as 'kick' methods, except it will have a different kick message

What are the recommended settings?

It's really up to you, but the default one should let 95% of people enter, while blocking (temporarily) new/shady accounts.

How do I restrict access to the !nda command? How do I hide NDA chat messages from specific admins?

Go to sourcemod/configs/admin_overrides.cfg and add "sm_nda" "enter_your_flag_here" (where enter_your_flag_here is the letter of the permission you need to have to access the command and see the messages)

Default flag: ADMFLAG_BAN (flag "d")