suxonov

Untitled

Feb 4th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function eventNewGame()
  2. system.newTimer(function() tfm.exec.chatMessage("3") end, 1000, false)
  3. system.newTimer(function() tfm.exec.chatMessage("2") end, 2000, false)
  4. system.newTimer(function() tfm.exec.chatMessage("1") end, 3000, false)
  5. system.newTimer(function() tfm.exec.chatMessage("Go!") end, 3250, false)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment