This function dont ban
#8

Edited a bit,now i get this:

pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
        {
            new Float:speed;
            speed = GetPlayerSpeed(playerid, false);
            if(speed > 280)
            {
            new string[100];
            new name[MAX_PLAYER_NAME];
            GetPlayerName(playerid, name, sizeof(name));
            format(string, 100, "%s was auto-banned for SpeedHack.", name);
            SendClientMessageToAll(COLOR_RED, string);
            BanLog(string);
            Ban(playerid);
            new str[100];
            format(str,sizeof str,"0,4s was auto-banned for SpeedHack", name);
            IRC_GroupSay(gGroupID, IRC_CHANNEL, str);
            }
            if(!IsPlayerInPlane(playerid))
            {
            speed = GetPlayerSpeed(playerid, true);
            if(speed > 310)
            {
            new string[100];
            new name[MAX_PLAYER_NAME];
            GetPlayerName(playerid, name, sizeof(name));
            format(string, 100, "%s was auto-banned for SpeedHack.", name);
            SendClientMessageToAll(COLOR_RED, string);
            Ban(playerid);
            BanLog(string);
            new str[100];
            format(str,sizeof str,"0,4s was auto-banned for SpeedHack", name);
            IRC_GroupSay(gGroupID, IRC_CHANNEL, str);
            }
            return 1;
            }
}
@The_Gangstas i dont have trains in my gm.

But the code dont autoban :S

BTW I tried with a speedhack,i was going more than 400 km/h and the script havent banned me lol.
Reply


Messages In This Thread
This function dont ban - by Face9000 - 20.12.2010, 22:19
Respuesta: This function dont ban - by admantis - 20.12.2010, 22:29
Re: This function dont ban - by Face9000 - 20.12.2010, 22:41
Respuesta: Re: This function dont ban - by admantis - 20.12.2010, 22:44
Re: This function dont ban - by Face9000 - 20.12.2010, 22:45
Re: This function dont ban - by cessil - 20.12.2010, 23:40
Re: This function dont ban - by The_Gangstas - 21.12.2010, 01:55
Re: This function dont ban - by Face9000 - 21.12.2010, 09:03
Re: This function dont ban - by Face9000 - 21.12.2010, 16:29
Re: This function dont ban - by The_Gangstas - 21.12.2010, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)