/tentar nгo dб
#5

Obrigado.

Jб estб a funcionar.

Obrigado aos 2, mais uma vez.

Agora tenho mais 1 dъvidas se me puderem dar uma ajuda, Ficaria Agradecido.

pawn Код:
if(strcmp(cmd, "/b", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(gPlayerLogged[playerid] == 0)
            {
                SendClientMessage(playerid, COLOR_GREY, "Nгo fizeste login!");
                return 1;
            }

            new length = strlen(cmdtext);
            while ((idx < length) && (cmdtext[idx] <= ' '))
            {
                idx++;
            }
            new offset = idx;
            new result[256];
            while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
            {
                result[idx - offset] = cmdtext[idx];
                idx++;
            }
            result[idx - offset] = EOS;
            if(!strlen(result))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "Dica: /b [Chat OOC]");
                return 1;
            }
            if(PlayerInfo[playerid][pAdminDuty] == 1)
            {
                format(string, sizeof(string), "(( %s diz: %s ))", sendername, result);
                SendClientMessage(playerid, COLOR_NICERED, string);
                ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
                ChatLog(string);
            }
            else if(PlayerInfo[playerid][pAdminDuty] == 0)
            {
                format(string, sizeof(string), "(( %s diz: %s ))", sendername, result);
                SendClientMessage(playerid, COLOR_WHITE, string);
                ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
                ChatLog(string);
            }
        }
        return 1;
    }
Quando estou em Admin Duty, e falo em OOC aparece 2 vezes o que escrevo, Uma em vermelho que era como eu queria, e outra em branco.

Alguйm pode dar uma ajuda?
Reply


Messages In This Thread
/tentar nгo dб - by bernardo - 08.02.2011, 23:31
Re: /tentar nгo dб - by GuikBretas - 08.02.2011, 23:36
Re: /tentar nгo dб - by bernardo - 09.02.2011, 00:43
Re: /tentar nгo dб - by rjjj - 09.02.2011, 02:36
Re: /tentar nгo dб - by bernardo - 09.02.2011, 23:12
Re: /tentar nгo dб - by Baddark2131 - 09.02.2011, 23:22
Re: /tentar nгo dб - by KevinsL - 10.02.2011, 00:25
Re: /tentar nгo dб - by Kruger - 10.02.2011, 00:26
Re: /tentar nгo dб - by bernardo - 10.02.2011, 01:15
Re: /tentar nгo dб - by Vageto[STK] - 10.02.2011, 07:23

Forum Jump:


Users browsing this thread: 2 Guest(s)