LITTLE color help nedded...
#1

pawn Код:
public OnPlayerText(playerid, text[])
{
    new pname[MAX_PLAYER_NAME], str[128];
    GetPlayerName(playerid, pname, sizeof(pname));
    strreplace(pname, '_', ' ');
                                                  //This will show when player speaks FirstName_LastName says: test
    format(str, sizeof(str), "%s: %s", pname, text);
    ProxDetector(30.0, playerid, str, COLOR_GREY, COLOR_GREY, COLOR_GREY, COLOR_GREY, COLOR_GREY);
    return 0;
}
How i can do this:

FirstName_Lastname(grey): chat text (this white)?

PS: Whats the id of the dark grey? who can give me the "include" of it? +REP...
Reply


Messages In This Thread
LITTLE color help nedded... - by Gooday - 06.12.2011, 18:54
Re: LITTLE color help nedded... - by Jack_Rocker - 06.12.2011, 20:19
Re: LITTLE color help nedded... - by [MG]Dimi - 06.12.2011, 20:26

Forum Jump:


Users browsing this thread: 1 Guest(s)