05.12.2010, 19:21
then you would use, sorry of bad indetation, not use to forum indent
pawn Код:
if (IsPlayerInRangeOfPoint(playerid, 1, X, Y, Z))
SetPlayerCheckpoint(playerid, X , Y, Z, 2);
}
else
{
DisablePlayerCheckpoint(playerid);
}
return 1;
}

