13.06.2015, 11:37
Remember to make pairs in your else if conditions (You'll have 4 else if blocks)
Ex:
EDIT: Sorry for the double post, can't see what I'm exactly doing on my Mobile.
Ex:
PHP код:
if(gTeam[i] == TEAM_DEFENDERS && fTeam[i] == TEAM_ATTACKERS)
{
//print the win message for defenders and fail message for attackers.
}

