World::time.set
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);
This function sets time.
int hour (0 - 23)
int minute (0 - 59)
int second (0 - 59)
mp.world.time.set(hour, minute, second);