AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   How do i change to red color? (https://forums.alliedmods.net/showthread.php?t=61553)

dieNasty 10-03-2007 12:56

How do i change to red color?
 
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, "============================================ =====");
}
}
}

fxfighter 10-04-2007 01:55

Re: How do i change to red color?
 
use set hud message like this
Quote:

set_hudmessage(255, 0, 0, -1.0, 0.1, 0, 6.0, 10.0)
show_hudmessage(0, "CT's have lost 3 rounds in a row. ^nThey are allowed to use the Nubslash!")

dieNasty 10-05-2007 08:30

Re: How do i change to red color?
 
can't it be done in the normal chat?

Drak 10-05-2007 15:44

Re: How do i change to red color?
 
Quote:

Originally Posted by dieNasty (Post 538980)
can't it be done in the normal chat?

http://forums.alliedmods.net/showthread.php?t=45753
Yes, it can. If your using CS that is. I assume you are.


All times are GMT -4. The time now is 16:13.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.