29.11.2012, 12:27
Quote:
|
For checkpoints i attended to use IsPlayerInRangeOfPoint. It checks if the player is in the range of that point when he enter's the checkpoint.
So For example pawn Код:
|
Код:
if(IsPlayerInRangeOfPoint(playerid, 1.0, 2.384830, 33.103397, 1199.849976))
{
SendClientMessage(i, 0x0080FFFF, "{FFFFFF}TEST!!!");
TutTime[i] += 974;
}


