Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. jogo = 1
  2.  while jogo = 1
  3.      function eventLoop(tempoPassado, tempoRestante)
  4.           if tempoRestante = 0 then
  5.                tfm.exec.setGameTime(5)
  6.           end
  7.      end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement