Remove the color codes from the lang names.
Code:
if(g_zombieoftheround == id)
{
ColorChat(id, RED, "^x04%L ^x03%L", id, "SCAN_RESULTS", id, "SCAN_INFECTED")
}
else
{
ColorChat(id, GREEN, "%L %L", id, "SCAN_RESULTS", id, "SCAN_CLEAN")
}
__________________