SetPlayerTime

From SA-MP Wiki

Jump to: navigation, search


Description:

Sets the game time for a player. If a player's clock is enabled (TogglePlayerClock) the time displayed by it will update automatically.


Parameters:
(playerid, hour, minute)
playeridThe ID of the player to set the game time of.
hourHour to set (0-23).
minuteMinutes to set (0-59).


Return Values:

  • 1: The function executed successfully.
  • 0: The function failed to execute. The player specified does not exist.


Image:32px-Ambox_warning_orange.png

Note

Using this function under OnPlayerConnect doesn't work.


Example Usage:

SetPlayerTime(playerid, 12, 0); // Noon
SetPlayerTime(playerid, 0, 0); // Midnight

Related Functions

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

Personal tools
Navigation
Toolbox