21.12.2012, 14:21
No. I don't think you get what he needs, really.
He wants to check if the player is NEITHER an admin or a leader, then the command should not fall through.
With the || operators, you will check if EITHER he's not an admin or EITHER he's not a leader, not BOTH. If he'd do this, the command would only fall through if the player was both.
He wants to check if the player is NEITHER an admin or a leader, then the command should not fall through.
With the || operators, you will check if EITHER he's not an admin or EITHER he's not a leader, not BOTH. If he'd do this, the command would only fall through if the player was both.