AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   [CS:GO] Chat tags (HELP) (https://forums.alliedmods.net/showthread.php?t=294048)

Haazey 02-18-2017 17:55

[CS:GO] Chat tags (HELP)
 
So i downloaded the updated version for CS:GO, i managed to get my Owner tag working, but when i added someone to Admin we both had the admin chat tag, i tried switching them around and playing with them and then we both had the Owner tag. I'm a noob and honestly so confused.



This is my Custom-chatcolors.cfg
"admin_colors"
{
"Owner"
{
"flag" "z"
"tag" "[OWNER] "
"tagcolor" "{0E}"
"namecolor" "{0C}"
"textcolor" "{04}"
}
"Admin"
{
"flag" "z"
"tag" "[ADMIN] "
"tagcolor" "{0E}"
"namecolor" "{0C}"
"textcolor" "{04}"
}



And this is my Admin_Groups:
"Groups"
{
"Owner"
{
"flags" "z"
"immunity" "99"
}
"Senior-admin"
{
"flags" "abcdefgkjr"
"immunity" "95"
}
"Admin"
{
"flags" "abcdfgtjp"
"immunity" "90"
}
"Mod"
{
"flags" "abcfjq"
"immunity" "80"
}
"Vip"
{
"flags" "o"
"immunity" "50"
}
"Developer"
{
"flags" "bcdefghijklmnt"
"immunity" "98"
}
}




And this is my admins.cfg
Admins
{

"Haazey"
{
"auth" "steam"
"identity" "STEAM_0:0:53009291"
"group" "Owner"
}
"Greg"
{
"auth" "steam"
"identity" "STEAM_0:0:40819487"
"group" "Admin"
}
""
{
"auth" "steam"
"identity" ""
"group" ""
}
}

Maxximou5 02-18-2017 20:57

Re: [CS:GO] Chat tags (HELP)
 
You don't set the flag for admin as "z" if "z" is the owner flag.
Use "p" instead.
Under custom-chatcolors.cfg

rogeraabbccdd 02-19-2017 04:16

Re: [CS:GO] Chat tags (HELP)
 
You have posted one thread b4 so please don't double post


All times are GMT -4. The time now is 01:03.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.