World::time.second
Jump to navigation
Jump to search
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