Advertisement
Travonrodfer

Sp mais forte

Aug 10th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function eventKeyboard(name,key,down,x,y)
  2. if key == 32 then
  3. tfm.exec.displayParticle(10, x, y)
  4. tfm.exec.explosion(x, y + 15, 20, 140, true)
  5. end
  6. end
  7. for all in pairs(tfm.get.room.playerList) do
  8. tfm.exec.bindKeyboard(all, 32, true, true)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement