IsPlayerInRaceCheckpoint

IsPlayerInRaceCheckpoint

Description:
Function IsPlayerInRaceCheckpoint check if the player is inside their current set race checkpoint (SetPlayerRaceCheckpoint).


Parameters:
(playerid)
int playerid The ID of the player to check.


Return Values:
  • 0: Player is not in a race checkpoint.
  • 1: Player is in a race checkpoint.


Examples:
if(IsPlayerInRaceCheckpoint(playerid))
{
    SetPlayerHealth(playerid, 100);
}


Related Functions
The following functions may be useful, as they are related to this function in one way or another.


Related Callbacks
The following callbacks might be useful as well, as they are related to this callback in one way or another.