[Duda] ID al hablar.
#3

pawn Код:
public OnPlayerText(playerid, text[])
{
    static szText[128], szName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, szName, MAX_PLAYER_NAME);
    format(szText, 128, "%d {%06x}%s: %s", playerid, (GetPlayerColor(playerid) & 0x00000000) >>> 8, szName, text);
    SendClientMessage(playerid, -1, szText);
    return 0;
}
Reply


Messages In This Thread
[Duda] ID al hablar. - by Keez - 29.09.2012, 02:22
Respuesta: [Duda] ID al hablar. - by OTACON - 29.09.2012, 04:16
Respuesta: [Duda] ID al hablar. - by CaptainMactavish - 29.09.2012, 07:57
Respuesta: [Duda] ID al hablar. - by Jovanny - 29.09.2012, 08:47
Respuesta: [Duda] ID al hablar. - by Keez - 29.09.2012, 14:22

Forum Jump:


Users browsing this thread: 1 Guest(s)