remove the extra ) if I'm not mistaken, maybe make it look like this:
Code:
if ( blockMenu || !is_user_alive(i) ) {
I don't think you need the || because you don't have another variabe, or whatnot.

And you had the extra ) in there. Course, I'm terrible, and don't even know why I'm posting this.