color lighter
#1

Hello.
I have a question.
How can I make that my chat color is little lighter than my player color?
My public:

pawn Код:
public OnPlayerText(playerid, text[])
{
  SetPlayerChatBubble(playerid, text, GetPlayerColor(playerid), 100.0, 10000);
  new strtext[128];
  new name[MAX_PLAYER_NAME];
  GetPlayerName(playerid, name, MAX_PLAYER_NAME);
  format(strtext, sizeof(strtext), "%s [%d]: %s", name, playerid, text);
    foreach (Player, i)
    {
    SendClientMessage(i,(GetPlayerColor(playerid), strtext);
  }
    return 0;
}
Reply


Messages In This Thread
color lighter - by Headshot1108 - 02.04.2010, 20:51
Re: color lighter - by Headshot1108 - 02.04.2010, 22:16
Re: color lighter - by dice7 - 02.04.2010, 22:22
Re: color lighter - by Headshot1108 - 02.04.2010, 22:26

Forum Jump:


Users browsing this thread: 1 Guest(s)