if(PlayerData[TARGET][AdminLevel] <= PlayerData[playerid][AdminLevel]) { // if the target's AdminLevel is less than or equal to the player's AdminLevel // Ban the player.} else { // Send error}