Anti ban evasion?
#2

Yes Sir,
It's possible.
You have to make a field in the user file that say "Bevade", if it's set to 1 or to true then when he joins the server he is auto-banned.
Useful includes may be dini.inc for saving stuff.
A example of this should be:

This one on the command (with dini)
pawn Код:
dini_IntSet(playerfile, "Bevade", 1);
This one OnPlayerConnect (with dini)
pawn Код:
if(dini_Int(playerfile, "Bevade")==1)
{
    Ban(playerid);
}
I may be doing a tutorial on this later if you still need help.
Reply


Messages In This Thread
Anti ban evasion? - by Face9000 - 15.11.2010, 19:53
Re: Anti ban evasion? - by 6d - 15.11.2010, 21:28
Re: Anti ban evasion? - by Face9000 - 16.11.2010, 07:22
Re: Anti ban evasion? - by MetallicAnt - 23.05.2012, 22:52
Re: Anti ban evasion? - by Issam - 24.05.2012, 00:48

Forum Jump:


Users browsing this thread: 1 Guest(s)