[AJUDA] tag mismatch
#2

pawn Код:
CMD:relato(playerid, params[])
{
        if(sscanf(params, "s[128]",Texto)) return SendClientMessage(playerid, COR_CINZA,"* USE: /relato [Texto]"); //543
        new NomePlayer[MAX_PLAYER_NAME], string1[128], string2[128];
        GetPlayerName(playerid, NomePlayer, MAX_PLAYER_NAME);
        format(string1, sizeof(string1),"[RELATO] %s[ID:%d] - %s",NomePlayer,playerid,Texto);
        SendMessageToAdmins(0x33CCFFAA, string1);
        format(string2, sizeof(string2),"Seu Relatуrio Foi Enviado. ( %s ).", Texto);
        SendClientMessage(playerid, 0x33CCFFAA, string2);
        return true;

}
Reply


Messages In This Thread
[AJUDA] tag mismatch - by Chis - 05.02.2012, 02:22
Re: [AJUDA] tag mismatch - by Lуs - 05.02.2012, 03:02
AW: [AJUDA] tag mismatch - by paulor - 05.02.2012, 13:14

Forum Jump:


Users browsing this thread: 1 Guest(s)