29.03.2014, 07:32
The lines that have a error and this error come when i add LVA this zone i want to add
Код:
new tCP[30]; new UnderAttack[30] = 0; new CP[30]; new Zone[30]; new Captured[MAX_PLAYERS][30]; new UpdateTimer[MAX_PLAYERS]; new timer[MAX_PLAYERS][30]; new CountVar[MAX_PLAYERS][30]; new Text:CountText[MAX_PLAYERS]; new IsPlayerCapturing[MAX_PLAYERS][30];
Код:
//------Capture Zone Fix-------- tCP[SNAKE] = TEAM_NONE; tCP[BAY] = TEAM_NONE; tCP[BIG] = TEAM_NONE; tCP[ARMY] = TEAM_NONE; tCP[PETROL] = TEAM_NONE; tCP[OIL] = TEAM_NONE; tCP[DESERT] = TEAM_NONE; tCP[QUARRY] = TEAM_NONE; tCP[GUEST] = TEAM_NONE; tCP[EAR] = TEAM_NONE; tcp[LVA] = TEAM_NONE; //here is line 603 UnderAttack[SNAKE] = 0; UnderAttack[BAY] = 0; UnderAttack[BIG] = 0; UnderAttack[ARMY] = 0; UnderAttack[PETROL] = 0; UnderAttack[OIL] = 0; UnderAttack[DESERT] = 0; UnderAttack[QUARRY] = 0; UnderAttack[GUEST] = 0; UnderAttack[EAR] = 0; UnderAttack[LVA} = 0;