View Single Post
sime0282
Member
Join Date: Dec 2017
Old 12-16-2018 , 16:39   Re: [CS:S/CS:GO] Chat/Scoreboard Tag Menu
Reply With Quote #60

Quote:
If I change these. The color and plugin won't work ingame


"tag" "[Pro-Player]"

to

"tag" "[Admin]"


[TagMenu] Your new tag [Admin] has been enabled.

https://gyazo.com/218453597979904b29661fad79b67e0a


"TagMenu" // Main key. Don't change it.
{
"1" // Indexes. They must be in order from 1 and on. Maximum is 100.
{
"tag" "[Admin]" // "tag" is identifier. Don't change it. Change the next string like "[Pro-Player]".
"flag" "b" // "flag" is identifier. Don't change it. Set a flag for tag access (empty = everyone)
"steamid" "STEAM_XX" // "steamid" is identifier. Only if "flag" was empty plugin uses this. Make tag special for a steamid only.
"tag_color" "{green}" // "tag_color" is identifier. Set client chat tag color. (Default is "{default}")
"name_color" "{teamcolor}" // "name_color" is identifier. Set client chat name color. (Default is "{teamcolor}")
"text_color" "{default}" // "text_color" is identifier. Set client chat text color. (Default is "{default}")
"mode" "both" // "mode" is identifier. Set tag mode (valid values are: "both" - "scoreboard" - "chat", Default is "both")
}
"2"
{
"tag" "[Noob]"
"flag" ""
"tag_color" "{green}"
"name_color" "{teamcolor}"
"text_color" "{purple}"
"mode" "chat"
}
"3"
{
"tag" "[Expert]"
"flag" "a"
"mode" "scoreboard"
}
"4"
{
"tag" "[Owner]"
"steamid" "STEAM_0:1:123456789"
"mode" "both"
}
}

Last edited by sime0282; 12-16-2018 at 16:39.
sime0282 is offline