Advertisement
Thetroz

Msjs entre administradores por Aritxy

Oct 2nd, 2016
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. admin={Aritxy = true}
  2.  
  3. ui.addPopup(0,2,"EnvΓ­a un mensaje a los administradores de la sala",nil,400,200,nil,true)
  4.  
  5.  
  6. function eventPopupAnswer(id,name,answer)
  7.     if id==0 then
  8.         if admin[name] then
  9.             ui.addPopup(1,0,""..name.." dijo "..answer.."",name,200,200,nil,true)
  10.         end
  11.     end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement