Problem with map changing system
#8

Код:
1. if(gTeam[i] == TEAM_DEFENDERS && fTeam[i] == TEAM_ATTACKERS)
{
//body
}
2. else if(gTeam[i] == TEAM_ATTACKERS && fTeam[i] == TEAM_DEFENDERS)
{
//body
}
3. else
{
//body when no one wins (timer runs out)
}
1. If Team attackers successfully steal the vehicle and deliever it so they win ok.
2. If team attackers got unsuccessfull so the team defenders will win.

The point 2 is same as point 3. that you have mentioned the your codes.





Sorry for the bump. :c
Reply


Messages In This Thread
Problem with map changing system - by SpikY_ - 13.06.2015, 11:06
Re: Problem with map changing system - by MohammedZ - 13.06.2015, 11:20
Re: Problem with map changing system - by SpikY_ - 13.06.2015, 11:24
Re: Problem with map changing system - by SpaceX - 13.06.2015, 11:34
Re: Problem with map changing system - by SpaceX - 13.06.2015, 11:37
Re: Problem with map changing system - by SpikY_ - 13.06.2015, 11:50
Re: Problem with map changing system - by SpaceX - 13.06.2015, 13:19
Re: Problem with map changing system - by SpikY_ - 15.06.2015, 07:47
Re: Problem with map changing system - by SpikY_ - 15.06.2015, 07:55
Re: Problem with map changing system - by SpaceX - 15.06.2015, 11:05

Forum Jump:


Users browsing this thread: 1 Guest(s)