Tectoon

[TFM] Beijos

Aug 15th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. function eventEmotePlayed(k,id)
  2. if (id == 3) then
  3. for loop = 10,0,-1 do
  4. tfm.exec.displayParticle(5,tfm.get.room.playerList[k].x,tfm.get.room.playerList[k].y,math.random(-1,1),math.random(-1,1),math.random(-0.21,0.21),math.random(-0.21,0.21))
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment