03.02.2014, 19:31
pawn Код:
D:\Gta San Andreas Multiplayer\Gta San Andreas Multiplayer\gamemodes\LSGW2.pwn(1395) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
pawn Код:
if(!tCP[Police] == gTeam[playerid])
{
SendClientMessage(playerid, 0x00FF007A, " You have left the checkpoint , You have failed to capture");
GangZoneStopFlashForAll(Grove);
SendClientMessageToAll(0x00FF007A, "Zone was not taken over");
KillTimer(timer[playerid][Grove]);
Checkpoint[playerid] = 0;
UnderAttack[Grove] = 0;
}