-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
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
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
It's really up to you, but the default one should let 95% of people enter, while blocking (temporarily) new/shady accounts.
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")