educolo

Pergunta : O que vc acha da tribo

Jun 7th, 2014
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. pergunta="O que você acha da tribo?" -- troque pela pergunta que você quer
  2.  
  3. for p in pairs(tfm.get.room.playerList) do
  4.  ui.addPopup(0, 2, ""..pergunta.."", p, 5, 30, NIL, true)
  5. end
  6.  
  7. function eventPopupAnswer(id, p, answer)
  8.  if id == 0 then
  9.   print("<V>"..p.." <J>respondeu:<N> "..answer.."<J>.")
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment