World::time.minute
This property gets / sets the second time in the game.
Getter
- Number (0 - 59)
Setter
- Number (0 - 59)
Example
var hour = mp.world.time.seconds; // GETTER
mp.world.time.seconds = 30; // SETTER
This property gets / sets the second time in the game.
var hour = mp.world.time.seconds; // GETTER
mp.world.time.seconds = 30; // SETTER