Working Poll System

This commit is contained in:
Cooldude2606
2018-01-12 20:14:49 +00:00
parent 01317f3fe0
commit bd846f73e1
4 changed files with 81 additions and 53 deletions

View File

@@ -42,6 +42,7 @@ local send_popup = Gui.inputs.add{
for power,__rank in pairs(Ranking._ranks()) do
if power <= _rank.power then
Gui.popup.open('announcements',{sent_by=sent_by,sent_to=sent_to,message=message},__rank:get_players(true))
event.element.parent.parent.message.text = ''
end
end
end)