[Ajuda] Problema com SendClientMessage - Flood.
#4

pawn Код:
if(fexist(Arquivo2))
    {
        if(DOF2_GetInt(Arquivo2, "ano") <= Ano && DOF2_GetInt(Arquivo2, "mes") <= Mes && DOF2_GetInt(Arquivo2, "day") <= Dia)
        {
                DOF2_RemoveFile(Arquivo2);
                SendClientMessage(playerid, COR_DARKVERDE, "Vocк foi desbanido do servidor.");
                format(string, 128, "Motivo do Ban: [%s] / Admin Ban [%s]", DOF2_GetString(Arquivo2, "Relato"), DOF2_GetString(Arquivo2, "ADM"));
                SendClientMessage(playerid, COR_LIMA, string);
                return 0;
            }
            else
        {
        Kick(playerid);
       
        GameTextForPlayer(playerid, "~b~Voce foi banido ~n~~r~pelo Anti xiter!.", 10000, 3);
        SetPlayerPos(playerid, 1175.6014,-1179.9524,87.0427);
        format(str, sizeof(str),"Data do desbanimento [%s]", DOF2_GetString(Arquivo2, "DiaDesban"));
        format(str2, sizeof(str2),"Motivo do Banimento [%s]", DOF2_GetString(Arquivo2, "Relato"));
       
        SendClientMessage(playerid, COR_VERMELHO2, str);
        SendClientMessage(playerid, COR_VERMELHO2, str2);

        return 1;
        }
    }
Reply


Messages In This Thread
Problema com SendClientMessage - Flood. - by davi54723 - 06.06.2014, 22:27
Re: Problema com SendClientMessage - Flood. - by DogeMan - 06.06.2014, 22:29
Re: Problema com SendClientMessage - Flood. - by davi54723 - 06.06.2014, 22:31
Re: Problema com SendClientMessage - Flood. - by Wellington1999 - 06.06.2014, 23:03
Re: Problema com SendClientMessage - Flood. - by davi54723 - 06.06.2014, 23:11
Re: Problema com SendClientMessage - Flood. - by tonisantolia - 06.06.2014, 23:14
Re: Problema com SendClientMessage - Flood. - by Wellington1999 - 06.06.2014, 23:16
Re: Problema com SendClientMessage - Flood. - by Ley - 06.06.2014, 23:29
Re: Problema com SendClientMessage - Flood. - by davi54723 - 06.06.2014, 23:37

Forum Jump:


Users browsing this thread: 2 Guest(s)