[Ajuda] chat do clan , mostra para todos
#5

Quote:
Originally Posted by focaximubh
Посмотреть сообщение
pawn Код:
CMD:clanchat(playerid, params[])
{
    new clanstring[128], texto[64];
    for(new i, i < MAX_PLAYERS; i++)
    {
        if(sscanf(params, "s[64]", texto))return SendClientMessage(playerid, -1, "USO: /clanchat [TEXTO]");
        if(pInfo[i][pClan] == CLan1)
        {
        format(clanstring, sizeof(clanstring), "(CLAN){32CD32} %s[%d] says: {FFFFFF}%s", PlayerName(playerid), playerid, texto);
                SendClientMessage(i, -1, clanstring);
        }
        else if(pInfo[i][pClan] == CLan2)
        {
        format(clanstring, sizeof(clanstring), "(CLAN){32CD32} %s[%d] says: {FFFFFF}%s", PlayerName(playerid), playerid, texto);
                SendClientMessage(i, -1, clanstring);
        }
        else if(pInfo[i][pClan] == CLan3)
        {
        format(clanstring, sizeof(clanstring), "(CLAN){32CD32} %s[%d] says: {FFFFFF}%s", PlayerName(playerid), playerid, texto);
                SendClientMessage(i, -1, clanstring);
        }
    }
    return 1;
}
Modifique Clan1/CLan2/CLan3 de acordo com as definiзхes de clan do seu gm
blz, se der td certo falo

@edit
PHP код:
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(145) : error 021symbol already defined"i"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(145) : warning 206redundant testconstant expression is non-zero
C
:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(145) : warning 203symbol is never used"i"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(145 -- 183) : warning 225unreachable code
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Error

Reply


Messages In This Thread
chat do clan , mostra para todos - by iSoaD - 25.06.2016, 14:49
Re: chat do clan , mostra para todos - by focaximubh - 25.06.2016, 15:39
Re: chat do clan , mostra para todos - by iSoaD - 25.06.2016, 15:55
Re: chat do clan , mostra para todos - by focaximubh - 25.06.2016, 16:10
Re: chat do clan , mostra para todos - by iSoaD - 25.06.2016, 16:32
Respuesta: chat do clan , mostra para todos - by SammyJ - 25.06.2016, 16:34
Re: Respuesta: chat do clan , mostra para todos - by focaximubh - 25.06.2016, 16:36
Re: Respuesta: chat do clan , mostra para todos - by iSoaD - 25.06.2016, 16:38
Respuesta: chat do clan , mostra para todos - by SammyJ - 25.06.2016, 16:43
Re: Respuesta: chat do clan , mostra para todos - by focaximubh - 25.06.2016, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)