05.02.2011, 04:32
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 7.0, 1140.0406,1370.9948,10.3881))
{
PlayerPlaySound(playerid, 1054 , 0.0, 0.0, 10.0);
if(checkpointid == dtcp[19])
{
DisablePlayerRaceCheckpoint(playerid);
DestroyDynamicRaceCP(dtcp[19]);
DestroyVehicle(dscar);
IsInDrivingTest[playerid] = 0;
}
}