Custom chat
#5

Quote:
Originally Posted by Littlehelper[MDZ]
Посмотреть сообщение
pawn Код:
public OnPlayerText(playerid, text[])
{
    new textv2[128], name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof (name));
    format(textv2, sizeof (textv2), "%s [%d]: %s", name, playerid, text);
    SendPlayerMessageToAll(playerid, textv2);
    return 0;
}
That did't work and Roel's made so there is no color in the chat.
Reply


Messages In This Thread
Custom chat - by Karl[NDZ] - 19.03.2012, 15:30
Re: Custom chat - by Richie© - 19.03.2012, 15:34
Re: Custom chat - by Roel - 19.03.2012, 15:34
Re: Custom chat - by Littlehelper - 19.03.2012, 15:35
Re: Custom chat - by Karl[NDZ] - 19.03.2012, 15:49
Re: Custom chat - by Roel - 19.03.2012, 15:55
Re: Custom chat - by Karl[NDZ] - 19.03.2012, 15:58
Re: Custom chat - by Roel - 19.03.2012, 16:05
Re: Custom chat - by new121 - 19.03.2012, 16:13
Re: Custom chat - by Roel - 19.03.2012, 16:24

Forum Jump:


Users browsing this thread: 1 Guest(s)