How to check for nitro
#9

Try this

pawn Код:
public CarComponentAnti()
{
    for (new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            new vehicleid = GetPlayerVehicleID(i);
            if(GetVehicleComponentInSlot(vehicleid, CARMODTYPE_NITRO) != 0)
            {
                new string[256];
                GetPlayerName(i, pname, 30);
                format(string, sizeof(string), "**(AUTO BAN)** %s(%d) Our Anti-Cheat has detected a hax0r",pname,i);
                SendClientMessageToAll(0xFF7F50AA, string);
                SendClientMessage(i,COLOR_RED,"YOU HAVE BEEN DETECTED AS A CHEATER/HACKER");
                SendClientMessage(i,COLOR_RED,"YOU HAVE BEEN BANNED FROM THIS SERVER");
                SendClientMessage(i,COLOR_RED,"If you think this is a mistake. Visit to appeal this ban");
                format(string, sizeof(string), "**(AUTO BAN)** %s(%d) Our Anti-Cheat has detected a hax0r (Nitro Hacker)",pname,i);
                printf("%s", string);
                if(udb_Exists(PlayerName(i)) && PLAYERLIST_authed[i])
                {
                    dUserSetINT(PlayerName(i)).("nameban",1);
                }
                SetPlayerInterior(i,10);
                SetPlayerPos(i,219.6257,111.2549,999.0156);
                SetPlayerFacingAngle(i,2.2339);
                SetCameraBehindPlayer(i);
                Banning[i] = 1;
                SetTimer("BanPlayer",700,0);
            }
        }
    }
}
Reply


Messages In This Thread
How to check for nitro - by MWF2 - 24.06.2010, 16:51
Re: How to check for nitro - by Kar - 24.06.2010, 16:52
Re: How to check for nitro - by MadeMan - 24.06.2010, 16:57
Re: How to check for nitro - by YnYectoRx.79 - 24.06.2010, 16:58
Re: How to check for nitro - by MWF2 - 24.06.2010, 17:01
Re: How to check for nitro - by Kar - 24.06.2010, 17:04
Re: How to check for nitro - by MadeMan - 24.06.2010, 17:12
Re: How to check for nitro - by MWF2 - 24.06.2010, 17:42
Re: How to check for nitro - by MadeMan - 24.06.2010, 17:57
Re: How to check for nitro - by Evgeni_Degerev - 24.06.2010, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)