Pular para o conteúdo principal

SetWorldTime

Description

Sets the world time (for all players) to a specific hour.

NameDescription
hourThe hour to set (0-23)

Returns

This function does not return any specific values.

Examples

// Set the time to 12 o'clock (noon)
SetWorldTime(12);

Notes

dica

This function is only relevant for players that do not use a passing clock - see TogglePlayerClock.

dica

To set the minutes and/or to set the time for individual players, see SetPlayerTime.