World::time.set

From RAGE Multiplayer Wiki
Jump to navigation Jump to search

This function sets time.

Params

  • int hour (0 - 23)
  • int minute (0 - 59)
  • int second (0 - 59)

Example

mp.world.time.set(hour, minute, second);

See Also