07.03.2014, 09:44
Actually else goes without any expression. You should use else if instead.
pawn Код:
else if(isplayerwell[playerid] == false && health >= 30)
{
ClearAnimations(playerid);
isplayerwell[playerid] = true;
}