View Single Post
staazux
Junior Member
Join Date: Mar 2023
Old 03-13-2023 , 20:07   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags]
Reply With Quote #410

Quote:
Originally Posted by paulo_crash View Post
Attach the hextags.cfg configuration file, but it looks like it is missing braces {}, try this config:
PHP Code:
"HexTags"
{

"@Admin"
{
"ScoreTag" "[Admin]"
"ChatTag" "{rainbow}[Admin]"
"ChatColor" "{darkblue}"
"NameColor" "{grey2}"
"Force" "1"
}

"z"
{
"ScoreTag" "[Admin]"
"ChatTag" "{rainbow}[Admin]"
"ChatColor" "{darkblue}"
"NameColor" "{grey2}"
"Force" "1"
}

"#3600" //1h
{
"ScoreTag" "[Recruta]"
"ChatTag" "{darkblue}[Recruta]"
"ChatColor" "{default}"
"NameColor" "{default}"
"Force" "1"
}

"#7200" //2h
{
"ScoreTag" "[Soldado]"
"ChatTag" "{blue}[Soldado]"
"ChatColor" "{default}"
"NameColor" "{default}"
"Force" "0"
}

"#14400" //4h
{
"ScoreTag" "[1º Cabo]"
"ChatTag" "{blue}[1º Cabo]"
"ChatColor" "{default}"
"NameColor" "{default}"
"Force" "0"
}

"#28800" //8h
{
"ScoreTag" "[Furriel]"
"ChatTag" "{blue}[Furriel]"
"ChatColor" "{default}"
"NameColor" "{default}"
"Force" "0"
}

"#57600" //16h
{
"ScoreTag" "[1º Sargento]"
"ChatTag" "{blue}[1º Sargento]"
"ChatColor" "{green}"
"NameColor" "{green}"
"Force" "0"
}

"#115200" //32h
{
"ScoreTag" "[Sargento-Mor]"
"ChatTag" "{lightgreen}[Sargento-Mor]"
"ChatColor" "{green}"
"NameColor" "{green}"
"Force" "0"
}

"#230400" //64h
{
"ScoreTag" "[Aspirante]"
"ChatTag" "{lightgreen}[Aspirante]"
"ChatColor" "{green}"
"NameColor" "{green}"
"Force" "0"
}

"#460800" //128h
{
"ScoreTag" "[Alferes]"
"ChatTag" "{lightgreen}[Alferes]"
"ChatColor" "{green}"
"NameColor" "{green}"
"Force" "0"
}

"#604800" //7j
{
"ScoreTag" "[Tenente]"
"ChatTag" "{lightgreen}[Tenente]"
"ChatColor" "{green}"
"NameColor" "{green}"
"Force" "0"
}

"#777600" //9j
{
"ScoreTag" "[Capitão]"
"ChatTag" "{lightgreen}[Capitão]"
"ChatColor" "{green}"
"NameColor" "{green}"
"Force" "0"
}

"#950400" //11j
{
"ScoreTag" "[Major]"
"ChatTag" "{gold}[Major]"
"ChatColor" "{yellow}"
"NameColor" "{gold}"
"Force" "0"
}

"#1123200" //13j
{
"ScoreTag" "[Coronel]"
"ChatTag" "{gold}[Coronel]"
"ChatColor" "{yellow}"
"NameColor" "{gold}"
"Force" "0"
}

"#1296000" //15j
{
"ScoreTag" "[Major-General]"
"ChatTag" "{gold}[Major-General]"
"ChatColor" "{yellow}"
"NameColor" "{gold}"
"Force" "0"
}

"#1468800" //17j
{
"ScoreTag" "[General]"
"ChatTag" "{gold}[General]"
"ChatColor" "{yellow}"
"NameColor" "{gold}"
"Force" "0"
}

"#1728000" //20j
{
"ScoreTag" "[Marechal]"
"ChatTag" "{orchid}[Marechal]"
"ChatColor" "{purple}"
"NameColor" "{orchid}"
"Force" "0"
}


The first rank #3600 (1h) can be changed for #60 (1min)?
staazux is offline