Skip to main content

TogglePlayerClock

คำอธิบาย

Toggle the in-game clock (top-right corner) for a specific player. When this is enabled, time will progress at 1 minute per second. Weather will also interpolate (slowly change over time) when set using SetWeather/SetPlayerWeather.

NameDescription
playeridThe player whose clock you want to enable/disable
toggle1 to show and 0 to hide. Hidden by default.

ส่งคืน

1: The function executed successfully.

0: The function failed to execute. The specified player does not exist.

ตัวอย่าง

public OnPlayerConnect(playerid)
{
TogglePlayerClock(playerid, 1); // Show the clock
return 1;
}

บันทึก

tip

Time will automatically advance 6 hours when the player dies.

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