How do i Make the Chat White
#2

Like this?
pawn Код:
public OnPlayerText(playerid, text[])
{
    new playername[MAX_PLAYER_NAME],message[128];
    GetPlayerName(playerid,playername,sizeof(playername));
    format(message,sizeof(message),"%s: %s",playername,text);
    SendClientMessageToAll(0xFFFFFFAA,message);
    return 0;
}
Reply


Messages In This Thread
How do i Make the Chat White - by Murderface - 08.04.2013, 07:35
Re: How do i Make the Chat White - by Vlad64 - 08.04.2013, 07:39
Re: How do i Make the Chat White - by Murderface - 08.04.2013, 07:57
Re: How do i Make the Chat White - by Windrush - 08.04.2013, 08:07
Re: How do i Make the Chat White - by Murderface - 08.04.2013, 08:12
Re: How do i Make the Chat White - by Konstantinos - 08.04.2013, 08:20
Re: How do i Make the Chat White - by Murderface - 08.04.2013, 08:21
Re: How do i Make the Chat White - by iggy1 - 08.04.2013, 08:25
Re: How do i Make the Chat White - by 15outland - 08.04.2013, 09:31

Forum Jump:


Users browsing this thread: 1 Guest(s)