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