Skip to main content

DisablePlayerRaceCheckpoint

คำอธิบาย

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.

ส่งคืน

This function does not return any specific values.

ตัวอย่าง

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

ฟังก์ชั่นที่เกี่ยวข้องกัน