1 min bug time on AAD mode
#1

How i can fix bug 1 min at AAD mode?


Код:
forward ModeUpdate();
public ModeUpdate()
{
	if(Current == -1) return 1;
	new string[256], aalive = 0, dalive = 0;
  ModeSec--;
  if(ModeSec < 0)
  {
    ModeSec = 60;
		ModeMin--;
		if(ModeMin <= 0)
		{
		  DefWin();
		  return 1;
		}
  }
  for(new i = 0; i < MAX_PLAYERS; i++)
  {
		if(IsPlayerConnected(i) && Player[i][pPlaying])
		{
 			switch(Player[i][pTeam])
 			{
 				case T_ATT:
				{
					aalive++;
				}
				case T_DEF:
				{
					dalive++;
				}
			}
		}
  }
Reply
#2

what do you mean..
Reply
#3

When they are running on any base and the remaining 1 minute Round ended
Reply
#4

And the bug is?
Reply
#5

Yes
Reply
#6

what are you trying to say amg..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)