how do i get this in red color? "CT's have lost 3 rounds in a row. They are allowed to use the Nubslash!"
Quote:
}
if(ct_wins <= 0)
{
allow_nubslash = true;
client_print(0, print_chat, "============================================ =====");
client_print(0, print_chat, "CT's have lost 3 rounds in a row. They are allowed to use the Nubslash!");
client_print(0, print_chat, "============================================ =====");
}
}
}