21.06.2012, 15:35
Reset Checkpoint[playerid] here
pawn Код:
public OnPlayerLeaveCheckpoint(playerid)
{
if(Checkpoint[playerid] == 1)
{
KillTimer(timer[playerid]);
SendClientMessage(playerid,RED,"Capturing Zone Failed You have Left the Marker. ");
DisablePlayerCheckpoint(playerid);
Checkpoint[playerid] = 0;
}
return 1;
}

