{
default:
case 0: // Tuba
- bprint(strcat("\{1}\{13}* ^3", actor.netname, "^3 played on the @!#%'n Tuba: ^7", s, "\n"));
+ bprint(strcat("\{1}\r* ^3", actor.netname, "^3 played on the @!#%'n Tuba: ^7", s, "\n"));
break;
case 1:
- bprint(strcat("\{1}\{13}* ^3", actor.netname, "^3 played on the @!#%'n Accordeon: ^7", s, "\n"));
+ bprint(strcat("\{1}\r* ^3", actor.netname, "^3 played on the @!#%'n Accordeon: ^7", s, "\n"));
break;
case 2:
- bprint(strcat("\{1}\{13}* ^3", actor.netname, "^3 played on the @!#%'n Klein Bottle: ^7", s, "\n"));
+ bprint(strcat("\{1}\r* ^3", actor.netname, "^3 played on the @!#%'n Klein Bottle: ^7", s, "\n"));
break;
}
}
else
{
centerprint(client, strcat("^3", GetCallerName(NULL), ":\n^7", admin_message));
- sprint(client, strcat("\{1}\{13}^3", GetCallerName(NULL), "^7: ", admin_message, "\n"));
+ sprint(client, strcat("\{1}\r^3", GetCallerName(NULL), "^7: ", admin_message, "\n"));
}
successful = strcat(successful, (successful ? ", " : ""), playername(client, false));
} else {
if(privatesay)
{
- msgstr = strcat("\{1}\{13}* ", colorprefix, namestr, "^3 tells you: ^7");
+ msgstr = strcat("\{1}\r* ", colorprefix, namestr, "^3 tells you: ^7");
privatemsgprefixlen = strlen(msgstr);
msgstr = strcat(msgstr, msgin);
cmsgstr = strcat(colorstr, colorprefix, namestr, "^3 tells you:\n^7", msgin);
- privatemsgprefix = strcat("\{1}\{13}* ^3You tell ", playername(privatesay, autocvar_g_chat_teamcolors), ": ^7");
+ privatemsgprefix = strcat("\{1}\r* ^3You tell ", playername(privatesay, autocvar_g_chat_teamcolors), ": ^7");
}
else if(teamsay)
{
//msgin = strreplace("/me", "", msgin);
//msgin = substring(msgin, 3, strlen(msgin));
msgin = strreplace("/me", strcat(colorstr, "(", colorprefix, namestr, colorstr, ")^7"), msgin);
- msgstr = strcat("\{1}\{13}^4* ", "^7", msgin);
+ msgstr = strcat("\{1}\r^4* ", "^7", msgin);
}
else
- msgstr = strcat("\{1}\{13}", colorstr, "(", colorprefix, namestr, colorstr, ") ^7", msgin);
+ msgstr = strcat("\{1}\r", colorstr, "(", colorprefix, namestr, colorstr, ") ^7", msgin);
cmsgstr = strcat(colorstr, "(", colorprefix, namestr, colorstr, ")\n^7", msgin);
}
else