local samp = require 'samp.events'
function samp.onShowDialog(id, style, title, btn1, btn2, text)
if title:find('Увольнение %(оффлайн%)') then
for nick, days, rangName, randNumber, online in text:gmatch('(%w+_%w+)%s*(%d+)%s+.-%s*(.-)%[(%d+)%]%s*%[%s*(%d+.%d+).-%]') do...