[CS:GO] Names Blocker UPDATED
Posted: Sun Jan 26, 2020 3:23 pm
Names Blocker
DescriptionYou can add names to block from writing/joining with that name
Feature list
ConVarsSimple menu to add names / edit them.
You can choose the punishment(kick / ban), banning time and reason.
Bans list, a list of bans that includes all the info of the ban and the message he wrote, and sort the bans by steamid.
You can use this plugins for multi servers communities.
Code:
Commandsnblocker_punish_admins 1/0 //Sets whether the admins will be punished or not.
Requirementssm_blocker - open the blocker main menu
SourceBans
Installation
MySQL Configuration, you can also use SQLite in case you use this plugin on only one server.
Code:
"nblocker"
{
"driver" "mysql"
"host" "yourhost"
"database" "yourdatabase"
"user" "youruser"
"pass" "yourpassword"
}
Download
Source