Tectoon

[TFM] Conjuração para Todos

Jun 28th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. for name,player in pairs(tfm.get.room.playerList) do
  2. system.bindMouse(name, true)
  3. end
  4.  
  5. function eventMouse(name, x, y)
  6. tfm.exec.addConjuration(x/10, y/10, 10000)
  7. end
  8.  
  9. print([[<ROSE>[~Tribo Admin] <N>Conjuração Ativado com sucesso!]]);
Advertisement
Add Comment
Please, Sign In to add comment