Problem with code
#5

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;
}
Reply


Messages In This Thread
Problem with code - by howtodo - 07.03.2014, 09:11
Re: Problem with code - by howtodo - 07.03.2014, 09:25
Re: Problem with code - by Dignity - 07.03.2014, 09:37
Re: Problem with code - by r3ct - 07.03.2014, 09:39
Re: Problem with code - by Konstantinos - 07.03.2014, 09:44
Re: Problem with code - by dice7 - 07.03.2014, 09:46
Re: Problem with code - by iggy1 - 07.03.2014, 09:46
Re: Problem with code - by BoBiTzaa - 07.03.2014, 10:17

Forum Jump:


Users browsing this thread: 1 Guest(s)