View Single Post
bibu
Veteran Member
Join Date: Sep 2010
Old 12-27-2010 , 06:42   Re: CS Color Chat Function Updated:[01/26/2007]
Reply With Quote #66

Ah, I didn't think very well I think, got it now..
If anyone needs it:

PHP Code:
        if(cs_get_user_team(id) == CS_TEAM_T)
    {
        new 
iPlayers[MAXSLOTS], iNumid 
        get_players
(iPlayersiNum)
    
        for(new 
ii<iNumi++) 
        { 
            
id iPlayers[i]
            
            if(
cs_get_user_team(id) == CS_TEAM_T)
            {
                
ColorChat(idRED"^x03This message should be shown only to terrorists.");
            }
        }
    } 
bibu is offline