Advertisement
KananGamer

[TFM-LUA] Corações no mapa

May 1st, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. --[[
  2.     Author: Nettoork#0000
  3. ]]--
  4.  
  5. local timer = os.time() + 1000
  6.  
  7. eventLoop = function()
  8.     if timer < os.time() then
  9.         tfm.exec.displayParticle(5, math.random(10, 790), math.random(38, 370))
  10.         timer = os.time() + 1000
  11.     end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement