#6

pawn Код:
public OnPlayerText(playerid, text[])
{
    new msg[128], name[MAX_PLAYER_NAME];
    {
    GetPlayerName(playerid, name, sizeof(name));
    format(msg, sizeof(msg), "%s[%d]: %s", name, playerid, text);
    SendClientMessageToAll(GetPlayerColor(playerid), msg);
    }
    return 1;
}
Reply


Messages In This Thread
Chat - by Screaming - 01.01.2014, 19:01
Re: Chat - by Screaming - 01.01.2014, 19:24
Re: Chat - by SilentSoul - 01.01.2014, 19:38
Re: Chat - by Screaming - 04.01.2014, 08:52
Re: Chat - by Stinged - 04.01.2014, 08:55
Re: Chat - by iOxide - 04.01.2014, 09:03
Re: Chat - by Screaming - 04.01.2014, 09:21
Re: Chat - by iOxide - 04.01.2014, 09:26
Re: Chat - by Screaming - 04.01.2014, 09:32
Re: Chat - by iOxide - 04.01.2014, 09:34

Forum Jump:


Users browsing this thread: 2 Guest(s)