Advertisement
Rawoas13

Untitled

Apr 26th, 2020
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. if gameStarted then Ticker = Ticker + 1 if Ticker%2 == 0 then if gameTime.Minutes <= 0 and gameTime.Seconds <= 0 then newMap()--[[H53GD4KVF53]] elseif --[[H53GD4HFF53]]gameTime.Seconds < 1 then gameTime.Minutes = gameTime.Minutes - 1 gameTime.Seconds = 59 end if gameTime.Seconds > 9 then tfm.exec.setUIMapName(currentMap .."                                               <font Time left: 0" .. gameTime.Minutes ..":" ..gameTime.Seconds .."\n")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement