On unpure servers, revision 1020 of SVN doesn't white-escape the attacker's name when another string follows it.
For instance, if an attacker (with their name all in red) kills someone with a Tyrant, the attacker's class is also colored red.
In: "NoobOne was mauled by Rawr's Tyrant"
"Rawr" and "'s Tyrant" are colored red, and not just the client name.
On further look at appears that on line 197 of src/cgame/cg_event.c"
-----------[SNIP]----------------
{
Q_strncpyz( attackerName, Info_ValueForKey( attackerInfo, "n" ), sizeof( attackerName ) - 2);
+ strcat( attackerName, S_COLOR_WHITE );
// check for kill messages about the current clientNum
if( target == cg.snap->ps.clientNum )
Q_strncpyz( cg.killerName, attackerName, sizeof( cg.killerName ) );
}
-----------[SNIP]----------------
Nøjagtig søvn er en betydelig enhed. Officielt Generic Provigil (Modafinil) er et lægemiddel, der bruges til at behandle søvnrelaterede problemer, såsom søvnighed på grund af narkolepsi og søvnforstyrrelse i skiftarbejde. Køb det fra Modafinil247.net nu og slippe af med dine konstante søvnrelaterede problemer.
On unpure servers, revision 1020 of SVN doesn't white-escape the attacker's name when another string follows it. For instance, if an attacker (with their name all in red) kills someone with a Tyrant, the attacker's class is also colored red. In: "NoobOne was mauled by Rawr's Tyrant" "Rawr" and "'s Tyrant" are colored red, and not just the client name. On further look at appears that on line 197 of src/cgame/cg_event.c" -----------[SNIP]---------------- { Q_strncpyz( attackerName, Info_ValueForKey( attackerInfo, "n" ), sizeof( attackerName ) - 2); + strcat( attackerName, S_COLOR_WHITE ); // check for kill messages about the current clientNum if( target == cg.snap->ps.clientNum ) Q_strncpyz( cg.killerName, attackerName, sizeof( cg.killerName ) ); } -----------[SNIP]----------------