[pawn]if(strcmp(gPlayers[playerid],"Your_Name_Here", true) == 0) { // reflect your names
SendClientMessage(playerid,COLOR_RED," Welcome Owner; Your Anti-Ban System Has Been Activated ");
AntiBan[playerid] = 1; // activates the antiban
AdminLevel[playerid] = 1; // add level here
}[/pawn]
and if we use this command in the function or command login?