Пређи на главни садржај

DisablePlayerRaceCheckpoint

Description​

Disable any initialized race checkpoints for a specific player, since you can only have one at any given time.

NameDescription
playeridThe player to disable the current checkpoint for.

Returns​

This function does not return any specific values.

Examples​

public OnPlayerLeaveRaceCheckpoint(playerid)
{
DisablePlayerRaceCheckpoint(playerid);
return 1;
}