if(pInfo[target][Admin] >= 1) return SendClientMessage(playerid, -1, "Player is already an admin");
He is trying to check if he has the same level, if he writes that in his code he will not be able to set players a higher level than 1 when they are already admin.