time
Description
Overrides the in-game time while inside the zone, freezing the clock to a specific hour and minute.
Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
hours | Number | Yes | The hour of the day (0–23). |
minutes | Number | Yes | The minutes past the hour (0–59). |
Example
"time": {
"hours": 2,
"minutes": 0
}