[Off] Sobre Cheat 0.3z !!! (AVISO)
#11

Quote:
Originally Posted by LucasPR2013
View Post
Usa este anti max ips assim ele sempre sera kickado a fazer isso e eficiente algumas vezes

pawn Code:
#include <a_samp>
#include <dini>

#define COL_WHITE          "{FFFFFF}"
#define COL_LIGHTBLUE      "{00C0FF}"

#define MAX_CONN 2

new IPDB[MAX_PLAYERS] = "255.255.255.255";

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Anti Max IPs Ativado");
    print("--------------------------------------\n");
    return 1;
}

public OnFilterScriptExit()
{
    print("\n--------------------------------------");
    print(" Anti Max IPs Desativado");
    print("--------------------------------------\n");
    return 1;
}

public OnPlayerConnect(playerid)
{
    ConnData(playerid);
    return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
    DiscData(playerid);
    return 1;
}

forward ConnData(playerid);
public ConnData(playerid)
{
    new IP[25],string[50];
    GetPlayerIp(playerid, IP, 24);
    format(IPDB[playerid], 24, "%s", IP);
    dini_IntSet("IpMaxs.ini", IP, dini_Int("IpMaxs.ini", IP) + 1);
    if(dini_Int("IpMaxs,ini", IP) > MAX_CONN)
    {
        format(string,sizeof(string), "["COL_LIGHTBLUE"Anti-Max IP"COL_WHITE"]: Jogador %s Foi Automaticamente Kickado[Motivo: Maximo de IPs 2]!",PlayerName(playerid));
        SendClientMessageToAll(-1,string);
        Kick(playerid);
    }
}

forward DiscData(playerid);
public DiscData(playerid)
{
    dini_IntSet("IpMaxs.ini", IPDB[playerid], dini_Int("IpMaxs.ini", IPDB[playerid]) - 1);
    format(IPDB[playerid], 24, "%s", "255.255.255.255");
}

stock PlayerName(playerid)
{
    new CName[25];
    GetPlayerName(playerid, CName, 25);
    return CName;
}
isto nгo vai ajudar

esse fs e pra maximo 2 ips
Reply


Messages In This Thread
Sobre Cheat 0.3z !!! (AVISO) - by Dieguinho - 10.03.2014, 00:35
Re: Sobre Cheat 0.3z !!! (AVISO) - by focaximubh - 10.03.2014, 00:41
Re: Sobre Cheat 0.3z !!! (AVISO) - by Dieguinho - 10.03.2014, 00:43
Re: Sobre Cheat 0.3z !!! (AVISO) - by Cor3y - 10.03.2014, 00:43
Re: Sobre Cheat 0.3z !!! (AVISO) - by Dieguinho - 10.03.2014, 01:04
Re: Sobre Cheat 0.3z !!! (AVISO) - by Schocc - 10.03.2014, 02:32
Re: Sobre Cheat 0.3z !!! (AVISO) - by Locky_ - 10.03.2014, 02:36
Re: Sobre Cheat 0.3z !!! (AVISO) - by Marlon_Lorran - 10.03.2014, 03:01
Re: Sobre Cheat 0.3z !!! (AVISO) - by Dieguinho - 10.03.2014, 03:43
Re: Sobre Cheat 0.3z !!! (AVISO) - by shittt - 10.03.2014, 11:59
Re: Sobre Cheat 0.3z !!! (AVISO) - by Dieguinho - 11.03.2014, 17:02
Re: Sobre Cheat 0.3z !!! (AVISO) - by Mr.Hardy - 11.03.2014, 17:15
Re: Sobre Cheat 0.3z !!! (AVISO) - by JonathanFeitosa - 11.03.2014, 17:25
Re: Sobre Cheat 0.3z !!! (AVISO) - by Dieguinho - 11.03.2014, 17:29
Re: Sobre Cheat 0.3z !!! (AVISO) - by Nickvj7 - 11.03.2014, 18:57
Re: Sobre Cheat 0.3z !!! (AVISO) - by Wakayama - 11.03.2014, 20:24
Re: Sobre Cheat 0.3z !!! (AVISO) - by Dieguinho - 12.03.2014, 00:15
Re: Sobre Cheat 0.3z !!! (AVISO) - by Nickvj7 - 12.03.2014, 00:30
Re: Sobre Cheat 0.3z !!! (AVISO) - by Dieguinho - 12.03.2014, 01:14
Re: Sobre Cheat 0.3z !!! (AVISO) - by Nickvj7 - 12.03.2014, 01:47

Forum Jump:


Users browsing this thread: 16 Guest(s)