[Ajuda] Como colocar ID antes do nome no chat
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
        new string[128], nomej[MAX_PLAYER_NAME];
        GetPlayerName(playerid, nomej, sizeof(nomej));
        format(string, sizeof(string),"> %d <  %s: %s", playerid, nomej, text);
        SendClientMessageToAll(-1, string);
        return 0;
}
Reply


Messages In This Thread
Como colocar ID antes do nome no chat - by GoldLion - 07.12.2012, 18:59
Re: Como colocar ID antes do nome no chat - by humildadeforever - 07.12.2012, 19:02
Re: Como colocar ID antes do nome no chat - by GoldLion - 07.12.2012, 19:04
Re: Como colocar ID antes do nome no chat - by EditPawn - 07.12.2012, 19:07
Re: Como colocar ID antes do nome no chat - by Mr_Taxi - 07.12.2012, 19:07
Re: Como colocar ID antes do nome no chat - by GoldLion - 07.12.2012, 19:12
Re: Como colocar ID antes do nome no chat - by humildadeforever - 07.12.2012, 19:13
Re: Como colocar ID antes do nome no chat - by GoldLion - 07.12.2012, 19:15
Re: Como colocar ID antes do nome no chat - by humildadeforever - 07.12.2012, 19:20
Re: Como colocar ID antes do nome no chat - by Sky™ - 07.12.2012, 22:44

Forum Jump:


Users browsing this thread: 1 Guest(s)