30.03.2014, 20:27
Try doing it like this ...
I use to do things like that and it is working with this way.
pawn Код:
if(IsPlayerInRangeOfPoint(playerid,5,980.1932,-1407.9902,13.0956)) // Checkpoint 1
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,1009.3680,-1407.4510,13.0299,5);
}
//and so on