Quote:
Originally Posted by Sw33T3R
How can i disable VIP clan tag?
|
In case you're still stuck, when you run the plugin for the first time the cvars are loaded into a file - ckSurf.cfg which can be found in /csgo/cfg/sourcemod/ckSurf.cfg
Code:
// Automatically give players with this admin flag the VIP title. Invalid or not set, disables auto VIP.
// -
// Default: "a"
ck_autovip_flag "a"
CHANGE TO:
Code:
// Automatically give players with this admin flag the VIP title. Invalid or not set, disables auto VIP.
// -
// Default: "a"
ck_autovip_flag ""
NOTE
Players which have already obtained the VIP clan tag will still have it, in order to remove it make the appropriate changes to ck_playertitles -
To remove all titles, truncate this table and immediately restart your server.