29.04.2014, 11:04
The Bug Is When I Leave The Police Checkpoint Doesn't Send Me Any Message On These Codes:
Please Help.
pawn Код:
else if(checkpointid == Police)
{
if(tCP[Police] == gTeam[playerid])
{
SendClientMessage(playerid, 0x00FF007A, " Capture Your Enemies' Zones,You Will Get Money And Score");
}
else
{
SendClientMessage(playerid, 0x00FF007A, " You have left the checkpoint , You have failed to capture");
GangZoneStopFlashForAll(Police);
SendClientMessageToAll(0x00FF007A, "Police GangZone was not taken over");
KillTimer(timer[playerid][Police]);
Checkpoint[playerid] = 0;
UnderAttack[Police] = 0;
}
}