Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if os.time() >= 6.20 then
- commands.exec("/time set 0")
- sleep(1)
- commands.exec("/weather clear")
- sleep(5)
- else
- sleep(5)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement