Advertisement
Guest User

Бесплатное селфи палка и шашлык

a guest
Mar 29th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. function eventEmotePlayed(nick,id)
  2. if id==3 then
  3. tfm.exec.playEmote(nick,12)
  4. end
  5. end
  6. for nick in pairs(tfm.get.room.playerList) do
  7. system.bindMouse(nick,true)
  8. end
  9. function eventMouse(nick,x,y)
  10. tfm.exec.playEmote(nick,11)
  11. end
  12. function eventLoop(timeRemaining,timeRemaining)
  13. tfm.exec.setUIShamanName("Null   <bl>|  <N> Автор  :<V> Vladwv<N>")
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement