SetWorldTime

From SA-MP Wiki

Jump to: navigation, search


Description:

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


Parameters:
(hour)
hourThe hour to set (0-23)


Return Values:

This function does not return any specific values.


Tip

Image:Light_bulb_icon.png

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


Example Usage:

// Set the time to 12 o'clock (noon)
SetWorldTime(12);
Image:32px-Ambox_warning_orange.png

Note

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


Related Functions

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

Personal tools
Navigation
Toolbox