[Include] Anti Cheat Pack (Full Release)
#12

pawn Код:
stock MoneyHack(playerid)
{
        if(GetPlayerMoney(playerid) >= 5000000) //change it as you want this is the amount that if the player exceeded he gets banned its currently on '5 million'
        {
        Reason =3;
        return 1;
        }
        return 0;
}
If an admin gives somebody $5m, everybody will get banned...

pawn Код:
stock AntiCheat(playerid)
{
if(Action_Taken == 1 && Reason >= 1)
{
Ban(playerid);
return 1;
}
if(Action_Taken == 2 && Reason >= 1)
{
Kick(playerid);
return 1;
}
 return 0;
}
TIP: Replace new Reason; with new Reason[MAX_PLAYERS];

But it's a cool script, nice job.
Reply


Messages In This Thread
Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 12:42
Re: Anti Cheat Pack (Full Release) - by SDraw - 03.09.2012, 12:51
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 15:45
Re: Anti Cheat Pack (Full Release) - by DarkB0y - 03.09.2012, 15:47
Re: Anti Cheat Pack (Full Release) - by Lordzy - 03.09.2012, 15:51
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 15:52
Re: Anti Cheat Pack (Full Release) - by playbox12 - 03.09.2012, 16:05
Re: Anti Cheat Pack (Full Release) - by SuperViper - 03.09.2012, 16:10
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 16:12
Re: Anti Cheat Pack (Full Release) - by NoahF - 03.09.2012, 16:18
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 16:38
Re: Anti Cheat Pack (Full Release) - by Emmet_ - 03.09.2012, 16:43
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 16:47
Re: Anti Cheat Pack (Full Release) - by Emmet_ - 03.09.2012, 16:49
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 16:51
Re: Anti Cheat Pack (Full Release) - by Cassy_ - 03.09.2012, 16:56
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 03.09.2012, 17:21
Re: Anti Cheat Pack (Full Release) - by doreto - 06.09.2012, 17:29
Re: Anti Cheat Pack (Full Release) - by CROSS_Hunter - 06.09.2012, 23:49
Re: Anti Cheat Pack (Full Release) - by TheArcher - 07.09.2012, 00:01
Re: Anti Cheat Pack (Full Release) - by doreto - 07.09.2012, 06:53
Re: Anti Cheat Pack (Full Release) - by Rapgangsta - 07.09.2012, 10:51
Respuesta: Anti Cheat Pack (Full Release) - by CaptainMactavish - 07.09.2012, 22:18

Forum Jump:


Users browsing this thread: 1 Guest(s)